Add support for retrieving lightweight query information from the /v1/query
endpoint with the pruned query parameter. (#20843)
Add support for providing configuration for a secrets provider in a
secrets.toml file in the main Trino configuration directory. (#22633)
Add support for an event listener plugin that publishes events to Kafka. (#22426)
Add temporary support for restoring unsafe pushdown behavior removed in
version 445. This can be enabled with the optimizer.allow-unsafe-pushdown
configuration property. When this mode is enabled, certain queries containing
expressions that may fail for some inputs may fail at runtime. (#22987)
Improve performance of queries with multiple aggregations involving
DISTINCT. (#22355)
⚠️ Breaking change: Improve query concurrency when memory is low by removing the
query.low-memory-killer.delay configuration property. (#22936)
Avoid retrying failed filesystem operations when they will always fail. (#22678)
Fix failure for queries involving json_parse() and a cast to array,
map, or row. (#22840)
Fix query failure when file-based network topology is configured with the
node-scheduler.network-topology.file configuration property. (#18793)
Add support for using the hive.metastore-refresh-interval configuration
property when using Glue v2 Hive metastore. (#22706)
Add S3 security mapping for the native S3 filesystem. (#22559)
⚠️ Breaking change: Rename metastore OpenTelemetry attributes from trino.hive.* to
trino.metastore.*. (#22866)
Add support for adjusting UTC-adjusted INT64 timestamps to the timezone
specified in the hive.parquet.time-zone property when reading Parquet files. (#22577)
Add S3 security mapping for the native S3 filesystem. (#22559)
Add support for changing a column's type from tinyint or smallint to
integer. (#19971)
Improve query planning performance by caching Iceberg metadata files on the
coordinator. This behavior can be disabled by setting the new
iceberg.metadata-cache.enabled configuration property to false. (#22739)
⚠️ Breaking change: Rename metastore OpenTelemetry attributes from trino.hive.* to
trino.metastore.*. (#22866)