22
33## 2025
44
5+ ### Trino Gateway 17 (xx Nov 2025) { 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+ * [ :warning : Breaking change:] ( #breaking ) Require Java 25 to run Trino Gateway
25+ and use it in the container image.
26+ ([ #802 ] ( https://github.com/trinodb/trino-gateway/pull/802 ) )
27+ * Fix ` partialCancel ` statement path redirection.
28+ ([ #776 ] ( https://github.com/trinodb/trino-gateway/pull/776 ) )
29+ * Fix issues with large HTTP headers by setting ` max-request-header-size ` and
30+ ` max-response-header-size ` parameters for HTTP client connections.
31+ ([ #571 ] ( https://github.com/trinodb/trino-gateway/issues/571 ) )
32+
33+ ** UI**
34+
35+ * TBD
36+
537### Trino Gateway 16 (17 Sep 2025) { id="16" }
638
739Artifacts:
@@ -17,7 +49,7 @@ Changes:
1749
1850** General**
1951
20- * [ :warning : Breaking change:] ( #breaking ) Require JDK 24 to run Trino Gateway
52+ * [ :warning : Breaking change:] ( #breaking ) Require Java 24 to run Trino Gateway
2153 and use it in the container image.
2254 ([ #727 ] ( https://github.com/trinodb/trino-gateway/pull/727 ) )
2355* Update database testing and therefore support to PostgreSQL version 17.
0 commit comments