Release 468-e STS (14 February 2025)#
Starburst Enterprise platform (SEP) 468-e is the follow up SEP release to 467-e. It includes all improvements from the Trino 468 release.
This release is a short term support (STS) release.
Breaking changes#
The
delta.metadata.cache-size
Delta Lake catalog configuration property has been replaced bydelta.metadata.cache-max-retained-size
.delta.metadata.cache-ttl
now defaults to30m
.The
partitions
column on the$manifests
metadata table of Iceberg catalogs has been renamed topartition_summaries
.Built-in access control is required to use schema discovery. Schema discovery is enabled by default when BIAC is enabled. However, if
starburst.schema-discovery.enabled
is set totrue
, you must setstarburst.access-control.enabled
totrue
to use schema discovery or the cluster fails to start.
General#
Refreshed the Starburst Enterprise web UI with a new look and feel.
Added support for dynamic catalog management as a public preview.
Added support for
SHOW CREATE CATALOG
to view statements used to create catalogs with CREATE CATALOG.Added support for ALTER CATALOG.
Added an option to override the default storage schema for materialized view datasets in data products.
Schema discovery no longer requires the user to have the
sysadmin
role.SQL routines have been renamed to User-defined functions in Trino. Note that the feature is still a public preview in SEP.
Fixed a bug that prevented access to the Azure Storage file system when both the
fs.native-azure.enabled
andazure.use-oauth-passthrough-token
catalog configuration properties were enabled.Remediated CVE-2024-3596 and CVE-2024-6345 with an update to the KEDA scaler in the SEP Helm chart.
Security#
Added support for token-based authentication with CyberArk Conjur.
MaxCompute connector#
Added support for table scan redirection.
Added support for limit pushdown for both managed and non-managed tables.
Added support for predicate pushdown for non-managed tables.
Added the
maxcompute.average.record.size
configuration property to set the average size of a record in bytes.Added the
maxcompute.instance-hints
configuration property to tune instance parameters for non-managed tables.
Snowflake connector#
Added support for
CAST
pushdowns.
Teradata connector#
Added support for aggregation pushdown on textual columns.