Allow configuring query.max-memory-per-node and memory.heap-headroom-per-node
relative to maximum heap size. (#25843)
Add feature to deactivate the automated database schema migration for the database
backend for resource groups with the property resource-groups.db-migrations-enabled. (#25451)
Make soft memory limit optional in resource groups. (#25916)
Add support for excluding certain tables from the directory listing cache
with the hive.file-status-cache.excluded-tables configuration property. (#25715)
Allow selecting the AWS signing protocol to use when authenticating S3 requests. (#25820)
Improve compatibility with S3-compliant storage systems. (#25791)
Add support for user-assigned managed identity authentication for AzureFS. (#23447)
Improve robustness of the OpenX JSON reader when parsing timestamp values. Previously,
only timestamps with a space separator between date and time were supported. (#25792)
Add support for user-assigned managed identity authentication for AzureFS. (#23447)
Add signer type support to the native S3 filesystem. (#25820)
Add the added_delete_files_count, existing_delete_files_count, deleted_delete_files_count, and
reference_snapshot_id columns to $all_manifests metadata tables. (#25867)
Improve compatibility with S3-compliant storage systems. (#25791)
Show detailed metrics from splits generation in output of EXPLAIN ANALYZE VERBOSE. (#25770)
Add the max_partitions_per_writer catalog session property, which corresponds to the
iceberg.max-partitions-per-writer configuration property. (#25662)
Improve query planning performance when reading from materialized views. (#24734)
Prevent rare failure when iceberg.bucket-execution is enabled. (#25125)
Fix query failures with HIVE_CANNOT_OPEN_SPLIT error when reading ORC files with a large row count. (#25634)
⚠️ Breaking change: Remove the kafka-event-listener.client-config-overrides configuration
property. To configure the Kafka client for the event listener, specify the configuration
in a separate file and set kafka-event-listener.config.resources to the path to the file. (#25553)