v3.13.1
Summary
This release includes several bug fixes, and vulnerability fixes.
Community edition
Enhancements
- Added support for MariaDB 11.4 and Oracle 19. (#2061)
Bug fixes
- Fixed a bug where
NullPointerException
when a table specified in a Get/Scan object is not found in Consensus Commit. (#2083) - Fixed a corner case issue that causes inconsistent Coordinator states when lazy recovery happens before group commit (#2135)
- Upgraded the mysql driver to fix security issues. CVE-2023-22102 (#2238)
- Upgraded the gRPC library, the Protocol Buffers library, grpc_health_probe, and scalar-admin to fix security issues. CVE-2024-7254, CVE-2024-25638, and CVE-2024-34156 (#2277)
Enterprise edition
Enhancements
ScalarDB Cluster
- Support the group commit feature for Coordinator table in ScalarDB cluster
Improvements
ScalarDB GraphQL
- With this update, if
scalar.db.graphql.namespaces
is not specified, GraphQL server generates a GraphQL schema for all tables in all ScalarDB-managed namespaces.
Bug fixes
ScalarDB Cluster
- Fix a bug where
NullPointerException
occurs when catching an exception without message. - Upgraded
grpc_health_probe
to fix a security issue. CVE-2024-34156 - Upgraded
scalar-admin
to fix a security issue. CVE-2024-25638 - Upgraded the Protobuf Java library to fix a security issue. CVE-2024-7254