Skip to content

Commit

Permalink
Add Trino 465 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Nov 8, 2024
1 parent 207f26f commit cd7fad1
Show file tree
Hide file tree
Showing 2 changed files with 46 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-465
release/release-464
release/release-463
release/release-462
Expand Down
45 changes: 45 additions & 0 deletions docs/src/main/sphinx/release/release-465.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Release 465 (7 Nov 2024)

## General

* Add the {func}`cosine_similarity` function for dense vectors. ({issue}`23964`)
* Add support for reading geometries in [EWKB
format](https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry)
with the `ST_GeomFromBinary` function. ({issue}`23824`)
* Add support for the `ORDER BY` clause in a windowed aggregate function. ({issue}`23929`)

## BigQuery connector

* Fix failure when reading views with `timestamp` columns. ({issue}`24004`)

## Clickhouse connector

* Fix insert for tables with the Clickhouse `TimestampWithTimeZone` type. ({issue}`23785`)

## Faker connector

* Add the `random_string` catalog function to test expressions for random string
creation. ({issue}`23990`)
* Make generated data deterministic for repeated queries. ({issue}`24008`)

## Hive connector

* Add support for skipping archiving when committing to a table in the Glue metastore
and the `hive.metastore.glue.skip-archive` configuration property is set to
`true`. ({issue}`23817`)
* Use drop and create operation when replacing an existing SQL routine stored in
the Hive Metastore. ({issue}`24010`)

## Iceberg connector

* Add support for reading and writing the `extra_properties` table property.
({issue}`17427`, {issue}`24031`)
* Add support for configuring an OAuth2 server URI with the
`iceberg.rest-catalog.oauth2.server-uri` configuration property. ({issue}`23086`)
* Improve performance of Iceberg queries involving multiple table scans. ({issue}`23945`)

## SPI

* {{breaking}} Remove deprecated variants of `checkCanExecuteQuery` and
`checkCanSetSystemSessionProperty` without a `QueryId` parameter from
`SystemAccessControl`. ({issue}`23244`)

0 comments on commit cd7fad1

Please sign in to comment.