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 3 #52

Merged
merged 2 commits into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ Find out more details from our documentation:
* [Resource groups API](./docs/resource-groups-api.md)
* [Routing rules](./docs/routing-rules.md)
* [References](./docs/references.md)
* [Release notes](./docs/release-notes.md)
* [Contributing](./.github/CONTRIBUTING.md)
1 change: 1 addition & 0 deletions docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<td><a href="resource-groups-api.md">Resource groups API</a></td>
<td><a href="routing-rules.md">Routing rules</a></td>
<td><a href="references.md">References</a></td>
<td><a href="release-notes.md">Release notes</a></td>
</tr>
</table>

Expand Down
1 change: 1 addition & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<td><a href="resource-groups-api.md">Resource groups API</a></td>
<td><a href="routing-rules.md">Routing rules</a></td>
<td><a href="references.md">References</a></td>
<td><a href="release-notes.md">Release notes</a></td>
</tr>
</table>

Expand Down
1 change: 1 addition & 0 deletions docs/gateway-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<td><a href="resource-groups-api.md">Resource groups API</a></td>
<td><a href="routing-rules.md">Routing rules</a></td>
<td><a href="references.md">References</a></td>
<td><a href="release-notes.md">Release notes</a></td>
</tr>
</table>

Expand Down
1 change: 1 addition & 0 deletions docs/operation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<td><a href="resource-groups-api.md">Resource groups API</a></td>
<td><a href="routing-rules.md">Routing rules</a></td>
<td><a href="references.md">References</a></td>
<td><a href="release-notes.md">Release notes</a></td>
</tr>
</table>

Expand Down
36 changes: 36 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
**Trino Gateway documentation**

<table>
<tr>
<td><a href="design.md">Design</a></td>
<td><a href="development.md">Development</a></b></td>
<td><a href="security.md">Security</a></td>
<td><a href="operation.md">Operation</a></td>
<td><a href="gateway-api.md">Gateway API</a></td>
<td><a href="resource-groups-api.md">Resource groups API</a></td>
<td><a href="routing-rules.md">Routing rules</a></td>
<td><a href="references.md">References</a></td>
<td><b><a href="release-notes.md">Release notes</a></b></td>
</tr>
</table>

# 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](#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))
1 change: 1 addition & 0 deletions docs/resource-groups-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<td><b><a href="resource-groups-api.md">Resource groups API</a></b></td>
<td><a href="routing-rules.md">Routing rules</a></td>
<td><a href="references.md">References</a></td>
<td><a href="release-notes.md">Release notes</a></td>
</tr>
</table>

Expand Down
1 change: 1 addition & 0 deletions docs/routing-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<td><a href="resource-groups-api.md">Resource groups API</a></td>
<td><b><a href="routing-rules.md">Routing rules</a></b></td>
<td><a href="references.md">References</a></td>
<td><a href="release-notes.md">Release notes</a></td>
</tr>
</table>

Expand Down
1 change: 1 addition & 0 deletions docs/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<td><a href="resource-groups-api.md">Resource groups API</a></td>
<td><a href="routing-rules.md">Routing rules</a></td>
<td><a href="references.md">References</a></td>
<td><a href="release-notes.md">Release notes</a></td>
</tr>
</table>

Expand Down