Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release notes for Trino Gateway 5 #168

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@

# Release notes

## Trino Gateway 5 (24 Jan 2024)

[gateway-ha-5-jar-with-dependencies.jar](https://repo1.maven.org/maven2/io/trino/gateway/gateway-ha/5/gateway-ha-5-jar-with-dependencies.jar)

* Add support for OAuth 2 audience use. (https://github.com/trinodb/trino-gateway/pull/164)
* Add quickstart scripts and documentation. (https://github.com/trinodb/trino-gateway/pull/110)
* Add project logo. (https://github.com/trinodb/trino-gateway/pull/111)
* Prevent ignoring HTTP header configuration. (https://github.com/trinodb/trino-gateway/issue/100)

[Details about all merged pull requests](https://github.com/trinodb/trino-gateway/pull/168)

## Trino Gateway 4 (30 Nov 2023)

[gateway-ha-4-jar-with-dependencies.jar](https://repo1.maven.org/maven2/io/trino/gateway/gateway-ha/4/gateway-ha-4-jar-with-dependencies.jar)
Expand All @@ -33,6 +44,8 @@
* Avoid failure when unhandled OIDC properties are present. (https://github.com/trinodb/trino-gateway/pull/69)
* Prevent failures resulting from reloading and parsing rules file. (https://github.com/trinodb/trino-gateway/pull/5)

[Details about all merged pull requests](https://github.com/trinodb/trino-gateway/pull/73)

## Trino Gateway 3 (26 Sep 2023)

[gateway-ha-3-jar-with-dependencies.jar](https://repo1.maven.org/maven2/io/trino/gateway/gateway-ha/3/gateway-ha-3-jar-with-dependencies.jar)
Expand All @@ -53,3 +66,5 @@ Gateway](https://github.com/lyft/presto-gateway/) 1.9.5 codebase
* Require Java 17 for build and runtime. (https://github.com/trinodb/trino-gateway/pull/16)
* Deactivate clusters with zero workers. (https://github.com/trinodb/trino-gateway/pull/13)
* Remove concurrency issue from repeated rules file loading. (https://github.com/trinodb/trino-gateway/pull/9)

[Details about all merged pull requests](https://github.com/trinodb/trino-gateway/pull/52)
Loading