Skip to content

Commit

Permalink
Add Trino 469 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jan 1, 2025
1 parent d3e7bed commit 47796da
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/src/main/sphinx/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
:maxdepth: 1
release/release-469
```

(releases-2024)=
## 2024
Expand Down
32 changes: 31 additions & 1 deletion docs/src/main/sphinx/release/release-469.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
# Release xyz (dd MMM 2024)
# Release 469 (8 Jan 2025)

## General

* Refrain from join pushdown for modified tables ({issue}`24447`)
* Fix parsing of negative `0x`, `0b`, `0o` long literals. ({issue}`24601`)

## Security

## Web UI

## JDBC driver

* Fix loading spooled segment data when cluster is secured. ({issue}`24595`)

## Server RPM

## Docker image

## CLI

* Fix loading spooled segment data when cluster is secured. ({issue}`24595`)

## BigQuery connector

## Blackhole connector
Expand All @@ -24,6 +31,12 @@

## Delta Lake connector

* Improve performance of reading from Delta Lake tables by compressing files
with `ZSTD` by default, instead of the previous `SNAPPY`. ({issue}`17426`)
* Improve performance of queries on tables with large transaction log JSON
files. ({issue}`24491`)
* Fix JMX metrics for file system caching with multiple catalogs. ({issue}`24510`)

## Druid connector

## Elasticsearch connector
Expand All @@ -32,16 +45,31 @@

## Faker connector

* Support generating sequences. ({issue}`24590`)

## Google Sheets connector

## Hive connector

* Fix JMX metrics for file system caching with multiple catalogs. ({issue}`24510`)

## Hudi connector

## Iceberg connector

* Add `$entries` metadata table. ({issue}`24172`)
* Add `$all_entries` metadata table. ({issue}`24543`)
* Add `system.iceberg_tables` table function to allow listing only Iceberg tables. ({issue}`24469`)
* Allow configuring the `parquet_bloom_filter_columns` table property. ({issue}`24573`)
* Improve performance when listing columns. ({issue}`23909`)
* Remove the oldest tracked version metadata files when
`write.metadata.delete-after-commit.enabled` is set to `true`. ({issue}`19582`)
* Fix JMX metrics for file system caching with multiple catalogs. ({issue}`24510`)

## Ignite connector

* Add support for `MERGE` statements. ({issue}`24443`)

## JMX connector

## Kafka connector
Expand Down Expand Up @@ -74,6 +102,8 @@

## Redshift connector

* Improve performance of reading from Redshift tables using Redshift `UNLOAD` command. ({issue}`24117`)

## SingleStore connector

## Snowflake connector
Expand Down

0 comments on commit 47796da

Please sign in to comment.