diff --git a/docs/src/main/sphinx/release.md b/docs/src/main/sphinx/release.md index ec9e4f6e9fb2..b2bb72245579 100644 --- a/docs/src/main/sphinx/release.md +++ b/docs/src/main/sphinx/release.md @@ -6,6 +6,7 @@ ```{toctree} :maxdepth: 1 +release/release-479 release/release-478 release/release-477 release/release-476 diff --git a/docs/src/main/sphinx/release/release-479.md b/docs/src/main/sphinx/release/release-479.md new file mode 100644 index 000000000000..4a61a841be80 --- /dev/null +++ b/docs/src/main/sphinx/release/release-479.md @@ -0,0 +1,118 @@ +# Release 479 (TBD 2025) + +## General + +* Support automatic TLS certificate generation in the `ANNOUNCE` node discovery mode. ({issue}`27030`) +* Add support for specifying the location of the Exchange Manager configuration file. ({issue}`26611`) +* Publish query finishing time in event listener. ({issue}`27202`) +* Enhance after `RemoveTrivialFilters` call `RemoveEmptyUnionBranches` to prune empty union branches. ({issue}`21506`) +* Fix planning failure of certain queries where part of the plan is optimized to empty values. ({issue}`21506`) +* Fix configuring partitioned layout for spooling protocol ({issue}`27247`) + +## Security + +## Web UI + +## JDBC driver + +## Docker image + +* Update JDK to 25.0.1 ({issue}`27117`) + +## CLI + +* Add a `--extra-header` argument to the trino-cli to support sending arbitrary HTTP headers to Trino({issue}`15826`) + +## BigQuery connector + +## Blackhole connector + +## Cassandra connector + +## ClickHouse connector + +## Delta Lake connector + +* Fix incorrect results due to incorrect pushdown of `IS NOT DISTINCT FROM`. ({issue}`27213`) +* Fix failure when writing to tables written by Databricks 17.3. ({issue}`27100`) + +## Druid connector + +## DuckDB connector + +## Elasticsearch connector + +## Exasol connector + +## Faker connector + +## Google Sheets connector + +## Hive connector + +* Fix updating table statistics when running INSERT queries with OVERWRITE behaviour. ({issue}`26517`) + +## Hudi connector + +## Iceberg connector + +* Add support for disabling token exchange via the `iceberg.rest-catalog.oauth2.token-exchange-enabled` config property. ({issue}`27174`) +* Fix failures when querying `$files` table after changes to table partitioning. ({issue}`26746`) +* Fix incorrect results due to incorrect pushdown of `IS NOT DISTINCT FROM`. ({issue}`27213`) + +## Ignite connector + +## JMX connector + +## Kafka connector + +## Loki connector + +* Fix failure when initializing the connector. ({issue}`27180`) + +## MariaDB connector + +## Memory connector + +* Fix concurrent modification exception in `RENAME SCHEMA` of the `memory` connector. ({issue}`27205`) + +## MongoDB connector + +## MySQL connector + +* Fix incorrect results due to incorrect pushdown of `IS NOT DISTINCT FROM`. ({issue}`27213`) + +## OpenSearch connector + +## Oracle connector + +## Pinot connector + +## PostgreSQL connector + +* Fix incorrect results due to incorrect pushdown of `IS NOT DISTINCT FROM`. ({issue}`27213`) + +## Prometheus connector + +## Redis connector + +## Redshift connector + +* Fix failure when reading Redshift `character varying` type. ({issue}`27224`) + +## SingleStore connector + +## Snowflake connector + +## SQL Server connector + +## TPC-H connector + +## TPC-DS connector + +## Vertica connector + +## SPI + +* Add non-callback based entry builder to RowBlockBuilder. ({issue}`27198`) +* Add non-callback based entry builder to ArrayBlockBuilder. ({issue}`27198`)