Skip to content

v3.15.9

Choose a tag to compare

@feeblefakie feeblefakie released this 02 Aug 08:00

Summary

This release updates the deprecation policy for both Community and Enterprise editions, fixes transaction abort, rollback, pause, and metadata cache invalidation issues, and upgrades several dependencies to address security vulnerabilities.

Community edition

Improvements

  • Changed the deprecation policy so that APIs and configurations marked as deprecated will now be removed in 4.0.0 instead of 5.0.0. (#3520)

Bug fixes

Enterprise edition

Improvements

ScalarDB Cluster

  • Changed the deprecation policy so that APIs marked as deprecated will now be removed in 4.0.0 instead of 5.0.0.

Bug fixes

ScalarDB Cluster

ScalarDB SQL

  • Fixed an issue where CachedMetadata#invalidateNamespaceNamesCache() did not actually invalidate the cached list of namespaces, causing SHOW NAMESPACES and related operations to potentially return stale results until the cache TTL expired.