Skip to content

Commit

Permalink
Add release notes for Trino Gateway 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Sep 26, 2023
1 parent ec317be commit ac80f44
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,29 @@
</tr>
</table>

# Release notes
# Release notes

## Trino Gateway 3 (26 Sep 2023)

The first release of Trino Gateway is based on the [Presto
Gateway](https://github.com/lyft/presto-gateway/) 1.9.5 codebase
[#4](https://github.com/trinodb/trino-gateway/pull/4), and a refactoring to
Trino Gateway. In addition, the following updates are included:

### New features

* Add authentication and authorization with LDAP, OIDC and user list from config
file. ([#9](https://github.com/trinodb/trino-gateway/pull/9))
* Add support for user, admin and API roles. ([#9](#9))
* Add healthcheck for Trino backends using JDBC. (#9)
* Add TCP check for routing. ((#9](https://github.com/trinodb/trino-gateway/pull/9))
* Add logic to route requests only to healthy backends. ([#13](https://github.com/trinodb/trino-gateway/pull/13))
* Add PostgreSQL support for backend database. ([#13](https://github.com/trinodb/trino-gateway/pull/13))
* Allow routing of `/v1/node` endpoint URL ([#27](https://github.com/trinodb/trino-gateway/pull/27))

### Improvements and bug fixes

* Require Java 17 for build and runtime. ([#16](https://github.com/trinodb/trino-gateway/pull/16))
* Remove concurrency issue from repeated rules file loading. ([#9](https://github.com/trinodb/trino-gateway/pull/9))
* Filter logs for sensitive information. ([#9](https://github.com/trinodb/trino-gateway/pull/9))
* Deactivate clusters with zero workers. ([#13](https://github.com/trinodb/trino-gateway/pull/13))

0 comments on commit ac80f44

Please sign in to comment.