Skip to content

Commit 4908f29

Browse files
committed
Add Trino Gateway 17 release notes
Also backfill links to milestones for older releases.
1 parent 228b9b7 commit 4908f29

File tree

1 file changed

+60
-1
lines changed

1 file changed

+60
-1
lines changed

docs/release-notes.md

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# Release notes
22

3+
## 2026
4+
5+
### Trino Gateway 17 (21 Jan 2026) { id="17" }
6+
7+
Artifacts:
8+
9+
* [JAR file gateway-ha-17-jar-with-dependencies.jar](https://repo1.maven.org/maven2/io/trino/gateway/gateway-ha/17/gateway-ha-17-jar-with-dependencies.jar)
10+
* Container image `trinodb/trino-gateway:17`
11+
* Source code as
12+
[tar.gz](https://github.com/trinodb/trino-gateway/archive/refs/tags/17.tar.gz)
13+
or [zip](https://github.com/trinodb/trino-gateway/archive/refs/tags/17.zip)
14+
* [Trino Helm chart](https://trinodb.github.io/charts/) `trino/trino-gateway` version `1.17.0`
15+
16+
Changes:
17+
18+
**General**
19+
20+
* Use UBI10 micro as the base Docker image.
21+
([#779](https://github.com/trinodb/trino-gateway/pull/779))
22+
* Expose Trino cluster state via JMX.
23+
([#782](https://github.com/trinodb/trino-gateway/pull/782))
24+
* Check health status for all clusters regardless of activation status.
25+
([#809](https://github.com/trinodb/trino-gateway/pull/809))
26+
* [:warning: Breaking change:](#breaking) Require Java 25 to run Trino Gateway
27+
and use it in the container image.
28+
([#802](https://github.com/trinodb/trino-gateway/pull/802))
29+
* Remove defunct email notifier.
30+
([#843](https://github.com/trinodb/trino-gateway/pull/843))
31+
* Fix `partialCancel` statement path redirection.
32+
([#776](https://github.com/trinodb/trino-gateway/pull/776))
33+
* Fix issues with large HTTP headers by setting `max-request-header-size` and
34+
`max-response-header-size` parameters for HTTP client connections.
35+
([#571](https://github.com/trinodb/trino-gateway/issues/571))
36+
37+
**UI**
38+
39+
* Display a truncated query text in the query history list.
40+
([#806](https://github.com/trinodb/trino-gateway/pull/806))
41+
* Use and require Node.js v24.
42+
([#813](https://github.com/trinodb/trino-gateway/pull/813))
43+
* Fix incorrect display of zero queries in the query distribution chart.
44+
([#788](https://github.com/trinodb/trino-gateway/pull/788))
45+
46+
More details and a list of all merged pull requests are [available in the
47+
milestone 17 list](https://github.com/trinodb/trino-gateway/pulls?q=is%3Apr+milestone%3A17+is%3Aclosed).
48+
349
## 2025
450

551
### Trino Gateway 16 (17 Sep 2025) { id="16" }
@@ -17,7 +63,7 @@ Changes:
1763

1864
**General**
1965

20-
* [:warning: Breaking change:](#breaking) Require JDK 24 to run Trino Gateway
66+
* [:warning: Breaking change:](#breaking) Require Java 24 to run Trino Gateway
2167
and use it in the container image.
2268
([#727](https://github.com/trinodb/trino-gateway/pull/727))
2369
* Update database testing and therefore support to PostgreSQL version 17.
@@ -64,6 +110,9 @@ Changes:
64110
page restrictions are configured.
65111
([#664](https://github.com/trinodb/trino-gateway/pull/664))
66112

113+
More details and a list of all merged pull requests are [available in the
114+
milestone 16 list](https://github.com/trinodb/trino-gateway/pulls?q=is%3Apr+milestone%3A16+is%3Aclosed).
115+
67116
### Trino Gateway 15 (12 Mar 2025) { id="15" }
68117

69118
Artifacts:
@@ -94,6 +143,9 @@ Changes:
94143
([#630](https://github.com/trinodb/trino-gateway/pull/630)) and
95144
([#641](https://github.com/trinodb/trino-gateway/issues/641))
96145

146+
More details and a list of all merged pull requests are [available in the
147+
milestone 15 list](https://github.com/trinodb/trino-gateway/pulls?q=is%3Apr+milestone%3A15+is%3Aclosed).
148+
97149
### Trino Gateway 14 (14 Feb 2025) { id="14" }
98150

99151
Artifacts:
@@ -141,6 +193,9 @@ Changes:
141193
* Fix visibility of chart legend text when changing the theme of the user
142194
interface. ([#585](https://github.com/trinodb/trino-gateway/issues/585))
143195

196+
More details and a list of all merged pull requests are [available in the
197+
milestone 14 list](https://github.com/trinodb/trino-gateway/pulls?q=is%3Apr+milestone%3A14+is%3Aclosed).
198+
144199
### Trino Gateway 13 (3 Dec 2024) { id="13" }
145200

146201
Artifacts:
@@ -161,6 +216,10 @@ Changes:
161216
* Log out inactive users from the UI automatically.
162217
([#544](https://github.com/trinodb/trino-gateway/pull/544))
163218

219+
More details and a list of all merged pull requests are [available in the
220+
milestone 13 list](https://github.com/trinodb/trino-gateway/pulls?q=is%3Apr+milestone%3A13+is%3Aclosed).
221+
222+
164223
## 2024
165224

166225
### Trino Gateway 12 (7 Nov 2024) { id="12" }

0 commit comments

Comments
 (0)