Release 429 (11 Oct 2023)#
General#
Allow SHOW FUNCTIONS for a specific schema. (#19243)
Add security for function listing. (#19243)
Security#
Web UI#
Log out from a Trino OAuth session when logging out from the Web UI. (#13060)
Delta Lake connector#
Allow using the
#
and?
characters in S3 location paths or URLs. (#19296)
Hive connector#
Add support for changing a column’s type from
varchar
todate
. (#19201)Add support for changing a column’s type from
decimal
totinyint
,smallint
,integer
, orbigint
in partitioned Hive tables. (#19201)Improve performance of reading ORC files. (#19295)
Allow using the
#
and?
characters in S3 location paths or URLs. (#19296)Fix error reading Avro files when a schema has uppercase characters in its name. (#19249)
Hudi connector#
Allow using the
#
and?
characters in S3 location paths or URLs. (#19296)
Iceberg connector#
MongoDB connector#
Fix mixed case schema names being inaccessible when using custom roles and the
case-insensitive-name-matching
configuration property is enabled. (#19218)