Skip to content

Commit

Permalink
v0.189.6: patched IAM db authentication method (#700)
Browse files Browse the repository at this point in the history
* v0.189.6: patched IAM db authentication method

* aws-sts no longer used directly
  • Loading branch information
zaychenko-sergei authored Jul 3, 2024
1 parent ec8ff0f commit d4dcd6d
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 141 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [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)

## [0.189.4] - 2024-07-02
### Fixed
Expand Down
Loading

0 comments on commit d4dcd6d

Please sign in to comment.