|
1 | 1 | # Release notes |
2 | 2 |
|
| 3 | +## Trino Gateway 12 (8 Nov 2024) { id="12" } |
| 4 | + |
| 5 | +Artifacts: |
| 6 | + |
| 7 | +* [JAR file gateway-ha-12-jar-with-dependencies.jar](https://repo1.maven.org/maven2/io/trino/gateway/gateway-ha/12/gateway-ha-12-jar-with-dependencies.jar) |
| 8 | +* Container image `trinodb/trino-gateway:12` |
| 9 | +* Source code as |
| 10 | + [tar.gz](https://github.com/trinodb/trino-gateway/releases/tag/12.tar.gz) |
| 11 | + or [zip](https://github.com/trinodb/trino-gateway/releases/tag/12.zip) |
| 12 | +* Helm chart `12.0.0` in `helm/trino-gateway` of the tagged source code |
| 13 | + |
| 14 | +Changes: |
| 15 | + |
| 16 | +* Add support for parsing `EXECUTE IMMEDIATE` statements for routing. |
| 17 | + ([#484](https://github.com/trinodb/trino-gateway/issues/484)) |
| 18 | +* Add support to set configuration values from environment variables. |
| 19 | + ([#483](https://github.com/trinodb/trino-gateway/issues/483)) |
| 20 | +* Add support to include information about the cluster used for query processing |
| 21 | + to the response cookie. |
| 22 | + ([#465](https://github.com/trinodb/trino-gateway/issues/465)) |
| 23 | +* Add support for configuring the startup command for Trino Gateway in the |
| 24 | + Helm chart with the `command` node. |
| 25 | + ([#505](https://github.com/trinodb/trino-gateway/pull/505)) |
| 26 | +* [:warning: Breaking change:](#breaking) Require Java 23 for build and |
| 27 | + runtime. Use Java 23 as runtime in the container. |
| 28 | + ([#486](https://github.com/trinodb/trino-gateway/issues/486)) |
| 29 | +* [:warning: Breaking change:](#breaking) Rename routing rule configuration |
| 30 | + `blackListHeaders` to`excludeHeaders`. |
| 31 | + ([#470](https://github.com/trinodb/trino-gateway/pull/470)) |
| 32 | +* Prevent request analyzer failures for some queries without a defined catalog. |
| 33 | + ([#478](https://github.com/trinodb/trino-gateway/issues/478)) |
| 34 | +* Fix parsing failure and therefore routing problems for queries using `WITH` |
| 35 | + clauses. |
| 36 | + ([#528](https://github.com/trinodb/trino-gateway/issues/528)) |
| 37 | + |
| 38 | +More details and a list of all merged pull requests are [available in the |
| 39 | +milestone 12 list](https://github.com/trinodb/trino-gateway/pulls?q=is%3Apr+milestone%3A12+is%3Aclosed). |
| 40 | + |
3 | 41 | ## Trino Gateway 11 (12 Sep 2024) { id="11" } |
4 | 42 |
|
5 | 43 | Artifacts: |
|
0 commit comments