Skip to content

Commit 4153bc9

Browse files
committed
Add Trino Gateway 16 release notes
1 parent 0c960ef commit 4153bc9

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/release-notes.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

33
## 2025
44

5+
### Trino Gateway 16 (25 Jun 2025) { id="16" }
6+
7+
Artifacts:
8+
9+
* [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)
10+
* Container image `trinodb/trino-gateway:16`
11+
* Source code as
12+
[tar.gz](https://github.com/trinodb/trino-gateway/archive/refs/tags/16.tar.gz)
13+
or [zip](https://github.com/trinodb/trino-gateway/archive/refs/tags/16.zip)
14+
* [Trino Helm chart](https://trinodb.github.io/charts/) `trino/trino-gateway` version `1.16.0`
15+
16+
Changes:
17+
18+
* Add support for HTTP header modifications by an external routing service.
19+
([#646](https://github.com/trinodb/trino-gateway/pull/646))
20+
* Add cluster activation status metric and emit to `v1/jmx`.
21+
([#673](https://github.com/trinodb/trino-gateway/pull/673))
22+
* Display routing in the query history page.
23+
([#607](https://github.com/trinodb/trino-gateway/pull/607))
24+
* Rename `RoutedTo` to `Name`field in query history page.
25+
([#639](https://github.com/trinodb/trino-gateway/pull/639))
26+
* Improve telemetry for cluster status changes.
27+
([#672](https://github.com/trinodb/trino-gateway/pull/672))
28+
* Improve properties handling for JDBC connection to the database.
29+
([#651](https://github.com/trinodb/trino-gateway/pull/651))
30+
* [:warning: Breaking change:](#breaking) Rename the task delay configuration
31+
for the monitor to `taskDelay` and to support duration instead of seconds.
32+
([#695](https://github.com/trinodb/trino-gateway/pull/695))
33+
* Prevent UI access issue for users when some pages are restricted.
34+
([#664](https://github.com/trinodb/trino-gateway/pull/664))
35+
536
### Trino Gateway 15 (12 Mar 2025) { id="15" }
637

738
Artifacts:

0 commit comments

Comments
 (0)