Release 471-e STS (1 Apr 2025)#

Starburst Enterprise platform (SEP) 471-e is the follow up SEP release to 469-e. It includes all improvements from the following Trino releases:

This release is a short term support (STS) release.

Breaking changes#

  • The minimum required Java runtime for the JDBC driver and CLI has been updated to Java 11. If you are using an earlier version, you must upgrade to Java 11 or later.

  • The optimize_hash_generation session property and the optimizer.optimize-hash-generation configuration option have been removed. You must remove these properties from your configuration or the cluster fails to start.

  • The following Unity catalog metastore configuration properties have been renamed in the Delta Lake connector:

    • delta.metastore.unity.host to hive.metastore.unity.host

    • delta.metastore.unity.catalog-name to hive.metastore.unity.catalog-name

    • delta.metastore.unity.access-token to hive.metastore.unity.token

    Update these properties in your catalog configuration file or the cluster fails to start.

  • The Kinesis connector has been removed. Update your dependencies and configurations to use an alternative connector.

General#

  • Added support for Data maintenance jobs.

  • Added the failed_refresh_limit, failedRefreshLimit, and failed-refresh-limit configuration properties for materialized views, table scan redirection, and cache service.

  • Fixed redundant condition in permission check for user access to the workload management feature.

  • Fixed an issue with query preparation when result set caching is enabled.

  • Fixed an issue that prevented data product publication when the data type was a long value.

Security#

  • Fixed an issue in SCIM when updating group membership with Azure AD.

DynamoDB connector#

Hive connector#

Iceberg connector#