ScalarDL 3.10 Release Notes
This page includes a list of release notes for ScalarDL 3.10.
v3.10.4β
Release date: December 26, 2025
Summaryβ
This release includes several bug fixes and vulnerability fixes.
Community and Enterprise editionsβ
Bug fixesβ
- Fixed bugs to handle FLOAT and BLOB data types in the PutToMutable function. (#297)
- Fixed NullPointerException when a client is misconfigured with a digital signature. (#302)
- Fixed status code handling. (#323)
- FixedΒ CVE-2025-47907Β andΒ CVE-2025-58183. (#364)
- FixedΒ CVE-2025-55163. (#365)
v3.10.3β
Release date: October 8, 2025
Summaryβ
This release has several bug fixes and vulnerability fixes.
Community editionβ
Bug fixesβ
- Fixed the state management behavior for read-only transactions. (#181)
- Fixed certificate and secret key version check and messages. (#202)
- Fixed Ledger configuration validation for correct authentication settings. (#222)
- Fixed CVE-2025-22874. (#262)
- Fixed CVE-2025-49146. (#286)
Enterprise editionβ
Bug fixesβ
- Fixed Auditor configuration validation for correct authentication settings.
- Fixed duplicated read lock.
- Fixed CVE-2025-22874.
- Fixed CVE-2025-49146.
v3.10.2β
Release date: June 20, 2025
Summaryβ
This release includes several bug fixes. For detailed changes, see the following.
Bug fixesβ
- Fixed CVE-2024-13009, CVE-2025-22869, and CVE-2025-24970. (#142, #143)
- Fixed the parameter name for the authentication method. (#148)
v3.10.1β
Release date: April 1, 2025
Summaryβ
This release has several improvements and bug fixes.
Community editionβ
Improvementsβ
- Added client-service APIs and tools for a generic-contract-based setup. (#97)
Bug fixesβ
- Fixed CVE-2024-45337. (#107)
Enterprise editionβ
Improvementsβ
- Improved the lock-recovery behavior when the lock-owner transaction is aborted.
v3.10.0β
Release date: December 4, 2024
Summaryβ
This release introduces enhancements, such as generic contracts and functions, as well as various improvements, including the addition of error codes. It also includes several bug fixes. For detailed changes, see the following.
Enhancementsβ
- Added generic contracts and functions.
Improvementsβ
- Added error codes for error messages.
- Enabled implicit pre-read in mutable databases.
- Improved ScalarDB exception handling in function execution.
- Upgraded the ScalarDB version to 3.14.0.
- Made executeContract with nonce deprecated.
Bug fixesβ
- Disabled SNI host check in the Prometheus exporter.
- Fixed a bug when handling PKCS#8-formatted private keys.
- Fixed unexpected validation execution.
- Fixed a bug with non-nonce transaction IDs.
- Fixed a bug where a transaction with the JDBC transaction manager incorrectly overwrites an asset.
- Fixed a bug that makes the Ledger service unable to execute contracts on DynamoDB.
- Added validation that disables the group commit feature in ScalarDB from being used.
- Fixed to run with Cosmos DB.
- Fixed the following vulnerabilities.