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
0.189.6
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)
0.189.4
Fixed - GQL access token list pagination
0.189.3
Fixed - SQLX images now include scripts and programs necessary to fetch database credentials from AWS secrets manager
0.189.2
Fixed - AWS secret stores both user name and password, so database username should be a secret too.
0.189.1
Fixed - Modify revoke access token GQL response according to design