Skip to content

Add Trino Gateway 16 release notes #643

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Add Trino Gateway 16 release notes
  • Loading branch information
mosabua committed Jun 25, 2025
commit 4153bc9f34c2d3ce306ff8a3487002f93ebcb75a
31 changes: 31 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,37 @@

## 2025

### Trino Gateway 16 (25 Jun 2025) { id="16" }

Artifacts:

* [JAR file gateway-ha-16-jar-with-dependencies.jar](https://repo1.maven.org/maven2/io/trino/gateway/gateway-ha/16/gateway-ha-16-jar-with-dependencies.jar)
* Container image `trinodb/trino-gateway:16`
* Source code as
[tar.gz](https://github.com/trinodb/trino-gateway/archive/refs/tags/16.tar.gz)
or [zip](https://github.com/trinodb/trino-gateway/archive/refs/tags/16.zip)
* [Trino Helm chart](https://trinodb.github.io/charts/) `trino/trino-gateway` version `1.16.0`

Changes:

* Add support for HTTP header modifications by an external routing service.
([#646](https://github.com/trinodb/trino-gateway/pull/646))
* Add cluster activation status metric and emit to `v1/jmx`.
([#673](https://github.com/trinodb/trino-gateway/pull/673))
* Display routing in the query history page.
([#607](https://github.com/trinodb/trino-gateway/pull/607))
* Rename `RoutedTo` to `Name`field in query history page.
([#639](https://github.com/trinodb/trino-gateway/pull/639))
* Improve telemetry for cluster status changes.
([#672](https://github.com/trinodb/trino-gateway/pull/672))
* Improve properties handling for JDBC connection to the database.
([#651](https://github.com/trinodb/trino-gateway/pull/651))
* [:warning: Breaking change:](#breaking) Rename the task delay configuration
for the monitor to `taskDelay` and to support duration instead of seconds.
([#695](https://github.com/trinodb/trino-gateway/pull/695))
* Prevent UI access issue for users when some pages are restricted.
([#664](https://github.com/trinodb/trino-gateway/pull/664))

### Trino Gateway 15 (12 Mar 2025) { id="15" }

Artifacts: