Summary
This release has several improvements and bug fixes.
Community edition
Improvements
- ScalarDB BIGINT datatype will now be mapped to Oracle's NUMBER(16). (#2566)
Bug fixes
- Upgraded the Netty library to fix a security issue. CVE-2025-24970 (#2552)
Enterprise edition
Enhancements
ScalarDB Cluster
- Added a configuration option (
scalar.db.transaction.enabled
) to enable or disable the transaction feature in ScalarDB Cluster. The default value istrue
.
Bug fixes
ScalarDB Cluster
- Fixed a bug related to the metadata cache behavior when using auth in the SQL interface.
- Fixed configurations for the embedding feature.
- Fixed a bug that allowed superusers to execute ABAC administrative operations for non-existing users.
- Fixed a bug a table-not-found error occurs when dropping empty ABAC system tables.