Skip to content

v3.15.1

Latest
Compare
Choose a tag to compare
@feeblefakie feeblefakie released this 20 Feb 02:46

Summary

This release includes numerous enhancements, improvements, and bug fixes. The 3.15.0 release has been discarded, making this the first official release for 3.15.

Community edition

Enhancements

  • Introduced operation attributes, providing the capability to include additional key-value information in operations. (#2333)
  • Add the new time-related data types DATE, TIME, TIMESTAMP, and TIMESTAMPTZ. (#2468 #2491)

Improvements

  • ScalarDB now supports MySQL 8.4, 8.0; PostgreSQL 17, 16, 15, 14, and 13; Amazon Aurora PostgreSQL 16, 15, 14, and 13; Amazon Aurora MySQL 3, and 2. (#2302)
  • Use the MariaDB Connector/J JDBC driver for any connection URL starting with jdbc:mariadb (#2391)
  • Removed unnecessary loggings in the statement handlers for Cassandra and Cosmos DB. (#2469)

Bug fixes

  • Added validation for primary key columns in the Cosmos DB adapter. The validation ensures that the text values of the primary key columns do not contain illegal characters (:, /, \, #, and ?). (#2292)
  • Fixed the behavior of multiple mutations for the same record in a transaction in Consensus Commit. (#2340)
  • Fixed the behavior when deleting a non-existing record in the Cosmos adapter. (#2341)
  • Fixed bugs in GetBuilder and ScanBuilder. (#2352)

Enterprise edition

Enhancements

ScalarDB Cluster

  • Added support for operation attributes introduced in #2333 to ScalarDB Cluster.
  • Added the attribute-based access control feature.
  • Added support for the time-related types introduced in #2468 to ScalarDB Cluster.
  • Added support for the metadata API for ABAC introduced in scalar-labs/scalardb-sql#708.
  • Added vector search capability to ScalarDB Cluster by integrating LangChain4j.

ScalarDB SQL

  • Added support for operation attributes to DMLs. Also added support for read tags and write tags in ABAC to DMSs.
  • Support the time-related types DATE, TIME, TIMESTAMP, and TIMESTAMPTZ.
  • Added metadata API for ABAC.
  • Added SQL statements for ABAC.

Bug fixes

ScalarDB Cluster

ScalarDB SQL

  • [Spring Data JDBC For ScalarDB] Fixed a bug existsById() API not working
  • Fix an issue causing the SQL statement parser to reject negative numeric literal for columns of type INT and BIGINT.