Releases: kamu-data/kamu-cli
Releases · kamu-data/kamu-cli
Release v0.190.1
[0.190.1] - 2024-07-10
Fixed
DatasetEnvVars
inmem deleting
Release v0.190.0
[0.190.0] - 2024-07-09
Added
- New repository
DatasetEnvVars
to work with dataset secrets - Now is possible to set new
DatasetEnvVars
configuration tostorage
and manage it via GQL api - New Gql APIs to manage dataset env vars
listEnvVariables
to fetch list of env vars by datasetexposedValue
to get secret value of env var by idsaveEnvVariable
to store new dataset env vardeleteEnvVariable
to delete dataset env varmodifyEnvVariable
to modify dataset env var
Release v0.189.7
[0.189.7] - 2024-07-04
Added
- Added Kamu access token E2E test
- SmTP: added E2E test group to cover the pushing and pulling of datasets
Changed
- Wrapping only necessary, not all HTTP requests in a transaction
- Respect the
--quiet
option for:kamu add
kamu ingest
kamu push
Fixed
- Fixed SmTP working together with transactions
Release v0.189.6
[0.189.6] - 2024-07-3
Fixed
- GQL API regression where unparsable SQL was ending up in internal error
- REST API
/query
endpoint will return400 Bad Request
in case of unparsable SQL - Bug fixed in database IAM token authentication method (redundant session token request)
Release v0.189.5
v0.189.5: patched image scripts only
Release v0.189.4
[0.189.4] - 2024-07-02
Fixed
- GQL access token list pagination
Release v0.189.3
[0.189.3] - 2024-07-02
Fixed
- SQLX images now include scripts and programs necessary to fetch database credentials from AWS secrets manager
Release v0.189.2
[0.189.2] - 2024-07-01
Fixed
- AWS secret stores both user name and password, so database username should be a secret too.
Release v0.189.1
[0.189.1] - 2024-06-28
Fixed
- Modify revoke access token GQL response according to design
Release v0.189.0
[0.189.0] - 2024-06-28
Added
- Support multiple methods to access database:
- via raw password
- via password stored as AWS secret
- via generated AWS IAM authentication tokens
- Support periodic database password rotation with configurable period