Skip to content

Commit f5aed4b

Browse files
committed
Add Trino Gateway 19 release notes
1 parent ea54657 commit f5aed4b

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

docs/release-notes.md

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

33
## 2026
44

5+
### Trino Gateway 19 (11 May 2026) { id="19" }
6+
7+
Artifacts:
8+
9+
* [JAR file gateway-ha-19-jar-with-dependencies.jar](https://repo1.maven.org/maven2/io/trino/gateway/gateway-ha/19/gateway-ha-19-jar-with-dependencies.jar)
10+
* Container image `trinodb/trino-gateway:19`
11+
* Source code as
12+
[tar.gz](https://github.com/trinodb/trino-gateway/archive/refs/tags/19.tar.gz)
13+
or [zip](https://github.com/trinodb/trino-gateway/archive/refs/tags/19.zip)
14+
* [Trino Helm chart](https://trinodb.github.io/charts/) `trino/trino-gateway` version `1.19.0`
15+
16+
Changes:
17+
18+
**General**
19+
20+
* [:warning: Breaking change:](#breaking) Remove all resource group management
21+
functionality. Existing resource group database tables are preserved and not
22+
dropped on upgrade to avoid accidental data loss from Trino Gateway update.
23+
New Trino Gateway deployments no longer create or manage these tables.
24+
Resource groups are a Trino feature and must be managed through Trino
25+
directly.
26+
([#656](https://github.com/trinodb/trino-gateway/issues/656))
27+
* [:warning: Breaking change:](#breaking) Rename routing configuration
28+
`addXForwardedHeaders` to `addForwardedHeaders`.
29+
([#1005](https://github.com/trinodb/trino-gateway/pull/1005))
30+
* Fix HTTP header forwarding when `routing.addForwardedHeaders` is set to
31+
`false` to properly drop both the modern RFC 7239 `Forwarded` and the legacy
32+
`X-Forwarded-*` HTTP headers.
33+
([#1005](https://github.com/trinodb/trino-gateway/pull/1005))
34+
* Fix issue with eager evaluation of fallback routing for queries.
35+
([#922](https://github.com/trinodb/trino-gateway/pull/922))
36+
* Prevent SQL analysis failures due to missing character encoding.
37+
([#1032](https://github.com/trinodb/trino-gateway/issues/1032))
38+
39+
**UI**
40+
41+
* Fix rendering of the query distribution chart.
42+
([#942](https://github.com/trinodb/trino-gateway/pull/942))
43+
* Improve application name display in header
44+
([#1003](https://github.com/trinodb/trino-gateway/pull/1003))
45+
46+
More details and a list of all merged pull requests are [available in the
47+
milestone 19 list](https://github.com/trinodb/trino-gateway/pulls?q=is%3Apr+milestone%3A19+is%3Aclosed).
48+
549
### Trino Gateway 18 (4 Mar 2026) { id="18" }
650

751
Artifacts:

0 commit comments

Comments
 (0)