Skip to content
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-479
release/release-478
release/release-477
release/release-476
Expand Down
98 changes: 98 additions & 0 deletions docs/src/main/sphinx/release/release-479.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
# Release 479 (TBD 2025)

## General

* Support automatic TLS certificate generation in the `ANNOUNCE` node discovery mode. ({issue}`27030`)
* Fix planning failure of certain queries involving empty VALUES. ({issue}`21506`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the point of view of the user, VALUES cannot be empty.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kasiafi PTAL

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the point of view of the user, VALUES cannot be empty.

True. How about "Fix planning failure of certain queries where part of the plan is optimized to empty values."?

* Add support for specifying the location of the Exchange Manager configuration file. ({issue}`26611`)
* Publish query finishing time event listener. ({issue}`27202`)
Copy link
Member

@ebyhr ebyhr Nov 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chenjian2664 Could you sort entries by the following rule?

  • New features: Start with Add or Add support for or similar wording
  • Performance improvements: Start with Improve or Improve performance or similar wording
  • Bug fixes: Start with Fix or Prevent or similar wording

https://trino.io/development/process#release-note-guidelines

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about "Add support for finishing time in event listener" @raunaqmorarka

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Publish query finishing time in event listener


## Security

## Web UI

## JDBC driver

## Docker image

* Update JDK to 25.0.1 ({issue}`27117`)

## CLI

## BigQuery connector

## Blackhole connector

## Cassandra connector

## ClickHouse connector

## Delta Lake connector

## Druid connector

## DuckDB connector

## Elasticsearch connector

## Exasol connector

## Faker connector

## Google Sheets connector

## Hive connector

## Hudi connector

## Iceberg connector

* Fix failures when querying `$files` table after changes to table partitioning. ({issue}`26746`)

## 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

## OpenSearch connector

## Oracle connector

## Pinot connector

## PostgreSQL connector

## Prometheus connector

## Redis connector

## Redshift connector

## SingleStore connector

## Snowflake connector

## SQL Server connector

## TPC-H connector

## TPC-DS connector

## Vertica connector

## SPI