Skip to content

v3.10.7

Compare
Choose a tag to compare
@feeblefakie feeblefakie released this 23 Jan 10:07

Summary

This release has several improvements and bug fixes.

Community edition

Improvements

  • ScalarDB now supports MySQL 8.4 and 8.0; PostgreSQL 17, 16, 15, 14, and 13; Amazon Aurora PostgreSQL 16, 15, 14, and 13; and Amazon Aurora MySQL 3 and 2. (#2302)

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 when deleting a non-existing record in the Cosmos adapter. (#2341)
  • Fixed bugs in GetBuilder and ScanBuilder. (#2352)

Enterprise edition

Bug fixes

ScalarDB SQL

  • [Spring Data JDBC For ScalarDB] Fixed a bug regarding the existsById() API not working.