Skip to content

Releases: kamu-data/kamu-cli

Release v0.190.1

10 Jul 16:15
b826658
Compare
Choose a tag to compare

[0.190.1] - 2024-07-10

Fixed

  • DatasetEnvVars inmem deleting

Release v0.190.0

09 Jul 18:03
b2ebe78
Compare
Choose a tag to compare

[0.190.0] - 2024-07-09

Added

  • New repository DatasetEnvVars to work with dataset secrets
  • Now is possible to set new DatasetEnvVars configuration to storage
    and manage it via GQL api
  • New Gql APIs to manage dataset env vars
    • listEnvVariables to fetch list of env vars by dataset
    • exposedValue to get secret value of env var by id
    • saveEnvVariable to store new dataset env var
    • deleteEnvVariable to delete dataset env var
    • modifyEnvVariable to modify dataset env var

Release v0.189.7

08 Jul 15:51
d072b82
Compare
Choose a tag to compare

[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

03 Jul 17:01
d4dcd6d
Compare
Choose a tag to compare

[0.189.6] - 2024-07-3

Fixed

  • GQL API regression where unparsable SQL was ending up in internal error
  • REST API /query endpoint will return 400 Bad Request in case of unparsable SQL
  • Bug fixed in database IAM token authentication method (redundant session token request)

Release v0.189.5

02 Jul 15:51
Compare
Choose a tag to compare
v0.189.5: patched image scripts only

Release v0.189.4

02 Jul 13:08
b9407af
Compare
Choose a tag to compare

[0.189.4] - 2024-07-02

Fixed

  • GQL access token list pagination

Release v0.189.3

02 Jul 09:59
4e3be36
Compare
Choose a tag to compare

[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

01 Jul 14:13
e0771e4
Compare
Choose a tag to compare

[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

28 Jun 12:53
Compare
Choose a tag to compare

[0.189.1] - 2024-06-28

Fixed

  • Modify revoke access token GQL response according to design

Release v0.189.0

28 Jun 10:13
711dd7f
Compare
Choose a tag to compare

[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