Enable HTTP/2 for internal communication by default. The previous behavior can
be restored by setting internal-communication.http2.enabled to false. (#21793)
Support connecting over HTTP/2 for client drivers and client applications. (#21793)
Add timezone() functions to extract the timezone identifier from from a
timestamp(p) with time zone or time(p) with time zone. (#20893)
Include table functions with SHOW FUNCTIONS output. (#12550)
Print peak memory usage in EXPLAIN ANALYZE output. (#23874)
Add support for nested namespaces with the REST catalog. (#22916)
Add support for configuring the maximum number of rows per row-group in the
ORC writer with the orc_writer_max_row_group_rows catalog session property. (#23722)
Clean up position delete files when OPTIMIZE is run on a subset of the
table's partitions. (#23801)
Rename iceberg.add_files-procedure.enabled catalog configuration property to
iceberg.add-files-procedure.enabled. (#23873)