Skip to content

Commit

Permalink
Add Trino 461 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Oct 9, 2024
1 parent 5646cc2 commit fb8d7c9
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/main/sphinx/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
```{toctree}
:maxdepth: 1
release/release-461
release/release-460
release/release-459
release/release-458
Expand Down
43 changes: 43 additions & 0 deletions docs/src/main/sphinx/release/release-461.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Release 461 (9 Oct 2024)

## General

* Rename the configuration property `max-tasks-waiting-for-execution-per-stage`
to `max-tasks-waiting-for-execution-per-query` and the session property
`max_tasks_waiting_for_node_per_stage` to
`max_tasks_waiting_for_node_per_query` to match implemented semantics. ({issue}`23585`)
* Fix failure when joining tables with large numbers of columns. ({issue}`23720`)

## Security

* Add support for BCrypt versions 2A, 2B, and 2X. ({issue}`23648`)

## Web UI

* Add buttons to the query list to access details. ({issue}`22831`)
* Brighten color scheme and adjust to Trino branding. ({issue}`22831`)
* Add syntax highlighting to query displays. ({issue}`22831`)

## BigQuery connector

* Fix failure when `bigquery.case-insensitive-name-matching` is enabled and
`bigquery.case-insensitive-name-matching.cache-ttl` is `0m`. ({issue}`23698`)

## Delta Lake connector

* Enforce access control for new tables in the `register_table` procedure. ({issue}`23728`)

## Hive connector

* Add support for reading Hive tables that use `CombineTextInputFormat`. ({issue}`21842`)
* Improve performance of queries with selective joins. ({issue}`23687`)

## Iceberg connector

* Add support for the `add_files` and `add_files_from_table` procedures. ({issue}`11744`)
* Support `timestamp` type columns with the `migrate` procedure. ({issue}`17006`)
* Enforce access control for new tables in the `register_table` procedure. ({issue}`23728`)

## Redshift connector

* Improve performance of queries with range filters on integers. ({issue}`23417`)

0 comments on commit fb8d7c9

Please sign in to comment.