Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Trino Gateway 13 release notes #560

Merged
merged 2 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It copies the following, necessary files to current directory:
```shell
#!/usr/bin/env sh

VERSION=12
VERSION=13

# Copy necessary files to current directory

Expand Down
20 changes: 20 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Release notes

## Trino Gateway 13 (?? Dec 2024) { id="13" }

Artifacts:

* [JAR file gateway-ha-13-jar-with-dependencies.jar](https://repo1.maven.org/maven2/io/trino/gateway/gateway-ha/13/gateway-ha-13-jar-with-dependencies.jar)
* Container image `trinodb/trino-gateway:13`
* Source code as
[tar.gz](https://github.com/trinodb/trino-gateway/archive/refs/tags/13.tar.gz)
or [zip](https://github.com/trinodb/trino-gateway/archive/refs/tags/13.zip)
* Helm chart `1.13.0` in `helm/trino-gateway` of the tagged source code

Changes:

* Allow proxying of HTTP PUT requests to Trino clusters.
mosabua marked this conversation as resolved.
Show resolved Hide resolved
([#543](https://github.com/trinodb/trino-gateway/pull/543))
* Add a filter for `source` to the **History** page in the UI.
mosabua marked this conversation as resolved.
Show resolved Hide resolved
([#551](https://github.com/trinodb/trino-gateway/pull/551))
* Log out inactive users from the UI automatically.
mosabua marked this conversation as resolved.
Show resolved Hide resolved
([#544](https://github.com/trinodb/trino-gateway/pull/544))

## Trino Gateway 12 (7 Nov 2024) { id="12" }

Artifacts:
Expand Down