Skip to content

v3.14.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@feeblefakie feeblefakie released this 20 Aug 15:53

Summary

This release is an alpha release for ScalarDB 3.14.

Community edition

Enhancements

  • Added support for encrypted columns to Schema Loader. (#1975)
  • Supports 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)

Enterprise edition

Enhancements

ScalarDB Cluster

  • Added support for encrypted columns introduced in #1907 to ScalarDB Cluster.
  • Support the group commit feature for Coordinator table in ScalarDB cluster
  • Added support for ScalarDB Transparent Data Encryption.

ScalarDB SQL

  • Added support for encrypted columns introduced in #1907 for the Metadata API.
  • Added support for encrypted columns for CREATE TABLE and ALTER TABLE ADD COLUMN statements.

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.