Skip to content

Commit 5c161bf

Browse files
mosabuamartint
authored andcommitted
Add Trino Gateway 15 release notes
1 parent e36c3d1 commit 5c161bf

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

docs/release-notes.md

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

33
## 2025
44

5+
### Trino Gateway 15 (12 Mar 2025) { id="15" }
6+
7+
Artifacts:
8+
9+
* [JAR file gateway-ha-15-jar-with-dependencies.jar](https://repo1.maven.org/maven2/io/trino/gateway/gateway-ha/15/gateway-ha-15-jar-with-dependencies.jar)
10+
* Container image `trinodb/trino-gateway:15`
11+
* Source code as
12+
[tar.gz](https://github.com/trinodb/trino-gateway/archive/refs/tags/15.tar.gz)
13+
or [zip](https://github.com/trinodb/trino-gateway/archive/refs/tags/15.zip)
14+
* [Trino Helm chart](https://trinodb.github.io/charts/) `trino/trino-gateway` version `1.15.0`
15+
16+
Changes:
17+
18+
* Add pop up messages for operations in the user interface.
19+
([#617](https://github.com/trinodb/trino-gateway/pull/617))
20+
* Add support for configuring custom OpenMetrics from the Trino clusters for the
21+
metrics monitor health check.
22+
([#621](https://github.com/trinodb/trino-gateway/pull/621))
23+
* [:warning: Breaking change:](#breaking) Change paths and file names in the
24+
Docker image. Configuration file name is `/opt/trino-gateway/config.yaml` and
25+
folder names use `trino-gateway` consistently.
26+
([#623](https://github.com/trinodb/trino-gateway/pull/623)) and
27+
([#628](https://github.com/trinodb/trino-gateway/pull/628))
28+
* Prevent proxy failures resulting from backend URL configuration containing a
29+
trailing slash.
30+
([#564](https://github.com/trinodb/trino-gateway/issues/564))
31+
* Fix query errors when adhoc routing group has no healthy backends.
32+
([#630](https://github.com/trinodb/trino-gateway/pull/630)) and
33+
([#641](https://github.com/trinodb/trino-gateway/issues/641))
34+
535
### Trino Gateway 14 (14 Feb 2025) { id="14" }
636

737
Artifacts:

0 commit comments

Comments
 (0)