Skip to content

Commit 55b4a9e

Browse files
committed
Add Trino Gateway 16 release notes
1 parent 91d99a4 commit 55b4a9e

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

docs/release-notes.md

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

33
## 2025
44

5+
### Trino Gateway 16 (22* Jul 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+
* [:warning: Breaking change:](#breaking) Require JDK 24 to run Trino Gateway,
19+
and use it in the container image.
20+
([#727](https://github.com/trinodb/trino-gateway/pull/727))
21+
* Allow configuration of default routing group.
22+
([#687](https://github.com/trinodb/trino-gateway/pull/687))
23+
* Improve error propagation when using an external routing service.
24+
([#687](https://github.com/trinodb/trino-gateway/pull/687))
25+
* Add support for HTTP header modifications by an external routing service.
26+
([#646](https://github.com/trinodb/trino-gateway/pull/646))
27+
* Add cluster activation status metric and emit to `v1/jmx`.
28+
([#673](https://github.com/trinodb/trino-gateway/pull/673))
29+
* Display routing in the query history page.
30+
([#607](https://github.com/trinodb/trino-gateway/pull/607))
31+
* Rename `RoutedTo` to `Name`field in query history page.
32+
([#639](https://github.com/trinodb/trino-gateway/pull/639))
33+
* Use external URL for query routing history display.
34+
([#693](https://github.com/trinodb/trino-gateway/pull/693))
35+
* Improve telemetry for cluster status changes.
36+
([#672](https://github.com/trinodb/trino-gateway/pull/672))
37+
* Improve properties handling for JDBC connection to the database.
38+
([#651](https://github.com/trinodb/trino-gateway/pull/651))
39+
* [:warning: Breaking change:](#breaking) Rename the task delay configuration
40+
for the monitor to `taskDelay` and to support duration instead of seconds.
41+
([#695](https://github.com/trinodb/trino-gateway/pull/695))
42+
* Prevent UI access issue for users when some pages are restricted.
43+
([#664](https://github.com/trinodb/trino-gateway/pull/664))
44+
545
### Trino Gateway 15 (12 Mar 2025) { id="15" }
646

747
Artifacts:

0 commit comments

Comments
 (0)