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

Update release notes for version 3 #57

Merged
merged 1 commit into from
Sep 27, 2023
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
24 changes: 13 additions & 11 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,21 @@

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

The first release of Trino Gateway is based on the [Presto
Gateway](https://github.com/lyft/presto-gateway/) 1.9.5 codebase
[#4](#4), with these additions:

* Add authentication and authorization with LDAP, OIDC and user list from config
file. ([#9](#9))
* Add support for user, admin and API roles. ([#9](#9))
* Add healthcheck for Trino backends using JDBC. ([#9](#9))
* Add TCP check for routing. ([#9](#9))
* Add logic to route requests only to healthy backends. ([#13](#13))
* Add PostgreSQL support for backend database. ([#13](#13))
* Allow routing of `/v1/node` endpoint URL ([#27](#27))
* Filter logs for sensitive information. ([#9](#9))
* Require Java 17 for build and runtime. ([#16](#16))
* Deactivate clusters with zero workers. ([#13](#13))
* Remove concurrency issue from repeated rules file loading. ([#9](#9))
file. (https://github.com/trinodb/trino-gateway/pull/9)
* Add support for user, admin and API roles. (https://github.com/trinodb/trino-gateway/pull/9)
* Add healthcheck for Trino backends using JDBC. (https://github.com/trinodb/trino-gateway/pull/9)
* Add TCP check for routing. (https://github.com/trinodb/trino-gateway/pull/9)
* Add logic to route requests only to healthy backends. (https://github.com/trinodb/trino-gateway/pull/13)
* Add PostgreSQL support for backend database. (https://github.com/trinodb/trino-gateway/pull/13)
* Allow routing of `/v1/node` endpoint URL. (https://github.com/trinodb/trino-gateway/pull/27)
* Filter logs for sensitive information. (https://github.com/trinodb/trino-gateway/pull/9)
* 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)