Skip to content

Commit

Permalink
Add Trino Gateway 11 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Sep 3, 2024
1 parent ba93447 commit 5eea624
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Release notes

## Trino Gateway 11 (4 Sep 2024)

[JAR file gateway-ha-10-jar-with-dependencies.jar](https://repo1.maven.org/maven2/io/trino/gateway/gateway-ha/11/gateway-ha-11-jar-with-dependencies.jar),
Docker container `trinodb/trino-gateway:11`

* Add support to optionally deactivate adding `X-Forwarded-*` HTTP headers to
each request with the `addXForwardedHeaders` configuration in `routing`.
([#417](https://github.com/trinodb/trino-gateway/pull/417))
* Add OpenMetrics endpoint to
[enable monitoring](operation.md#monitoring) with Prometheus and compatible
systems.
([#429](https://github.com/trinodb/trino-gateway/pull/429))
* Add support to [deactivate hostname verification for the certificate of the
Trino clusters](security.md#cert-trino).
([#436](https://github.com/trinodb/trino-gateway/pull/436))
* Add support for specifying custom labels in `commonLabels` with the Helm
chart. ([#448](https://github.com/trinodb/trino-gateway/pull/448))
* Allow using Spanner as backend database.
([#375](https://github.com/trinodb/trino-gateway/pull/375))
* [:warning: Breaking change:](#breaking) Require Java 22 for build and runtime.
([#441](https://github.com/trinodb/trino-gateway/pull/441))
* Fix routing for requests to kill query processing.
([#427](https://github.com/trinodb/trino-gateway/issues/427))
* Fix problems from different case use for HTTP headers breaking routing
functionality and database content.
([#450](https://github.com/trinodb/trino-gateway/issues/450))
* Fix issue that broke HTTP/2 requests from client tools to Trino clusters.
([#451](https://github.com/trinodb/trino-gateway/issues/451))
* Prevent display of wrong user name in the dashboard of the user interface.
([#370](https://github.com/trinodb/trino-gateway/issues/370))

## Trino Gateway 10 (24 Jul 2024)

[JAR file gateway-ha-10-jar-with-dependencies.jar](https://repo1.maven.org/maven2/io/trino/gateway/gateway-ha/10/gateway-ha-10-jar-with-dependencies.jar),
Expand Down

0 comments on commit 5eea624

Please sign in to comment.