Release 474-e STS (22 May 2025)#
Starburst Enterprise platform (SEP) 474-e is the follow up SEP release to 472-e. It includes all improvements from the following Trino releases:
This release is a short term support (STS) release.
Breaking changes#
The Phoenix connector has been removed due to incompatibility with Java 24. If your setup uses this connector, you must update your configuration to use an alternative supported connector.
The following dynamic filtering properties have been removed:
dynamic-filtering.large-partitioned.range-row-limit-per-driver
dynamic-filtering.large.range-row-limit-per-driver
dynamic-filtering.small-partitioned.range-row-limit-per-driver
dynamic-filtering.small.range-row-limit-per-driver
If your current configuration includes any of these properties, update your configuration to remove them.
General#
As of 474-e, the AWS CloudFormation Template (CFT) deployment method is deprecated and will be removed in a future release. Support will continue through May 2026. Starburst recommends that you migrate to an alternative deployment method, such as Amazon EKS, prior to May 2026. Contact your Starburst account team with questions or feedback.
Added public preview support for data products in Iceberg format.
Added the username of the logged-in user to the profile menu in the SEP UI.
Added support for Apache Ozone’s
ofs://
protocol.Improved performance and stability when executing queries containing large
CASE WHEN
expressions.Increased execution speed for queries with complex inner join expressions.
Fixed an issue which prevented the query details page from loading for queries executed on older SEP versions.
Fixed an issue which caused access denied errors when executing queries from roles with appropriate permissions.
Security#
Added support for Cross-site Request Forgery protection when using password, OAuth2, and SAML authentication mechanisms.
Added support for Keycloak group provider.
Improved loading performance for partition details on AWS Lake Formation-specific tables.
Fixed an issue where user impersonation with DBeaver or Apache Superset did not behave as intended due to incorrect role handling.
ClickHouse connector#
Added support for password authentication.
Added support for password credential passthrough.
Elasticsearch connector#
Added support for Kerberos authentication using a credential cache.
MongoDB connector#
Added support for Kerberos authentication using a credential cache.