Skip to content

Commit 8229e53

Browse files
committed
Add Trino Gateway 18 release notes
1 parent 930a9ff commit 8229e53

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/release-notes.md

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

33
## 2026
44

5+
### Trino Gateway 18 (4 Mar 2026) { id="18" }
6+
7+
Artifacts:
8+
9+
* [JAR file gateway-ha-18-jar-with-dependencies.jar](https://repo1.maven.org/maven2/io/trino/gateway/gateway-ha/18/gateway-ha-18-jar-with-dependencies.jar)
10+
* Container image `trinodb/trino-gateway:18`
11+
* Source code as
12+
[tar.gz](https://github.com/trinodb/trino-gateway/archive/refs/tags/18.tar.gz)
13+
or [zip](https://github.com/trinodb/trino-gateway/archive/refs/tags/18.zip)
14+
* [Trino Helm chart](https://trinodb.github.io/charts/) `trino/trino-gateway` version `1.18.0`
15+
16+
Changes:
17+
18+
**General**
19+
20+
* Support in-memory caching of backend metadata retrieved from the Trino Gateway
21+
database with the `databaseCache` setting.
22+
([#783](https://github.com/trinodb/trino-gateway/pull/783))
23+
* Add `queryHistoryEnabled` configuration property to deactivate query history
24+
recording in the Trino Gateway database.
25+
([#800](https://github.com/trinodb/trino-gateway/pull/800))
26+
* Prevent failure of HTTP HEAD requests to `/v1/statement`.
27+
([#937](https://github.com/trinodb/trino-gateway/pull/937))
28+
29+
**UI**
30+
31+
* Add a time zone selection dropdown for controlling the display time zone.
32+
([#805](https://github.com/trinodb/trino-gateway/pull/805))
33+
34+
More details and a list of all merged pull requests are [available in the
35+
milestone 18 list](https://github.com/trinodb/trino-gateway/pulls?q=is%3Apr+milestone%3A18+is%3Aclosed).
36+
537
### Trino Gateway 17 (31 Jan 2026) { id="17" }
638

739
Artifacts:

0 commit comments

Comments
 (0)