Skip to content

Commit

Permalink
Add Trino 463 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Oct 25, 2024
1 parent 5a34e30 commit 6b63b4b
Show file tree
Hide file tree
Showing 2 changed files with 110 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-464
release/release-463
release/release-462
release/release-461
Expand Down
109 changes: 109 additions & 0 deletions docs/src/main/sphinx/release/release-464.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
# Release 464 (30 Oct 2024)

## General

* {{breaking}} Require JDK 23 to run Trino. ({issue}`21316`)
* Add the Faker connector to allow easy generation of data. ({issue}`23691`)
* Rename the
`fault-tolerant-execution-eager-speculative-tasks-node_memory-overcommit`
configuration property to
`fault-tolerant-execution-eager-speculative-tasks-node-memory-overcommit`.
({issue}`23876`)

## Security

## Web UI

## JDBC driver

## Server RPM

## Docker image

## CLI

## Accumulo connector

## BigQuery connector

## Blackhole connector

## Cassandra connector

## ClickHouse connector

## Delta Lake connector

* Fix S3 file listing of buckets that enforce requester pays. ({issue}`23906`)

## Druid connector

## Elasticsearch connector

## Exasol connector

## Google Sheets connector

## Hive connector

* Use the `hive.metastore.partition-batch-size.max` catalog configuration
property value in the `sync_partition_metadata` procedure. Change the default
batch size from 1000 to 100. ({issue}`23895`)
* Fix S3 file listing of buckets that enforce requester pays. ({issue}`23906`)

## Hudi connector

* Fix S3 file listing of buckets that enforce requester pays. ({issue}`23906`)

## Iceberg connector

* Improve performance of `OPTIMIZE` on large partitioned tables. ({issue}`10785`)
* Rename the `iceberg.expire_snapshots.min-retention` configuration property to
`iceberg.expire-snapshots.min-retention`. ({issue}`23876`)
* Rename the `iceberg.remove_orphan_files.min-retention` configuration property
to `iceberg.remove-orphan-files.min-retention`. ({issue}`23876`)
* Fix S3 file listing of buckets that enforce requester pays. ({issue}`23906`)

## Ignite connector

## JMX connector

## Kafka connector

## Kinesis connector

## Kudu connector

## MariaDB connector

## Memory connector

## MongoDB connector

## MySQL connector

## OpenSearch connector

## Oracle connector

## Phoenix connector

## Pinot connector

## PostgreSQL connector

## Prometheus connector

## Redis connector

## Redshift connector

## SingleStore connector

## Snowflake connector

## SQL Server connector

## TPC-H connector

## SPI

0 comments on commit 6b63b4b

Please sign in to comment.