|
2 | 2 |
|
3 | 3 | ## 2025
|
4 | 4 |
|
| 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 | + |
5 | 36 | ### Trino Gateway 15 (12 Mar 2025) { id="15" }
|
6 | 37 |
|
7 | 38 | Artifacts:
|
|
0 commit comments