Skip to content

Commit

Permalink
Add Trino Gateway 10 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jul 24, 2024
1 parent 797a2f4 commit 73b305b
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Release notes

## Trino Gateway 10 (24 July 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),
Docker container `trinodb/trino-gateway:10`

* [:warning: Breaking change:](#breaking) Remove support for Dropwizard and
Jetty Proxy integration and usage. Add
[Airlift](https://github.com/airlift/airlift) as the base application
framework as
used in Trino. This changes the supported Trino Gateway startup, configuration
files, and relevant properties. Find details in the
[documentation](quickstart.md), and specifically refer to the
[upgrade guide](migration-to-airlift.md) when migrating from older releases.
([#41](https://github.com/trinodb/trino-gateway/issues/41))
* [:warning: Breaking change:](#breaking) Improve Helm chart reliability and
adjust to new Airlift base framework.
([#401](https://github.com/trinodb/trino-gateway/pull/401))
* Enable routing rules to use query and user details extracted from the HTTP
request.
([#325](https://github.com/trinodb/trino-gateway/pull/325))
* Add support for using an OIDC claim for authorization.
([#322](https://github.com/trinodb/trino-gateway/pull/322))
* Improve OIDC spec compliance, and add state and nonce verification.
([#348](https://github.com/trinodb/trino-gateway/pull/339))
* Allow null values for `userName` and `source` in the query history.
([#381](https://github.com/trinodb/trino-gateway/pull/381))
* Show times in query distribution graph in UI in local time instead of UTC.
([#369](https://github.com/trinodb/trino-gateway/pull/369))
* Fix problems with secrets, liveness, and readiness templates in Helm chart.
([#348](https://github.com/trinodb/trino-gateway/pull/348))
* Fix cluster reordering issue in the cluster user interface.
([#331](https://github.com/trinodb/trino-gateway/pull/331))
* Fix creation of new resource groups.
([#379](https://github.com/trinodb/trino-gateway/pull/379))

## Trino Gateway 9 (8 May 2024)

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

0 comments on commit 73b305b

Please sign in to comment.