Skip to content

Commit a762c08

Browse files
committed
Add Trino Gateway 16 release notes
1 parent 2591217 commit a762c08

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

docs/release-notes.md

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

33
## 2025
44

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

744
Artifacts:

0 commit comments

Comments
 (0)