Skip to content

Commit

Permalink
Update release notes for version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Sep 27, 2023
1 parent b135395 commit 0e578ad
Showing 1 changed file with 13 additions and 11 deletions.
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)

0 comments on commit 0e578ad

Please sign in to comment.