Skip to content

Releases: scalar-labs/scalardb

v2.4.0

17 Dec 05:27
Compare
Choose a tag to compare

Enhancements

  • Support DynamoDB auto-scaling in schema-tool (#116)
  • Support partial update in Cosmos DB adapter (#118)
  • Add namespace prefix (#123)
  • Make isolation level and serializable strategy configurable with properties (#128)

Bug fixes

  • FIx documentation bugs
  • FIx Gradle bugs
  • Fix schema-tool bugs

v2.3.0

24 Nov 05:38
Compare
Choose a tag to compare

Enhancements

  • Add DynamoDB support
  • Update the getting started guide

Bug fixes

  • Fix bugs in the schema tool

v2.2.2

27 Oct 01:36
cdad10f
Compare
Choose a tag to compare

Enhancements

  • Minor enhancements in the schema tool and the getting started document

Bug fixes

  • Fix cast in Cosmos DB adapter (43cf19c)

v2.2.1

13 Oct 02:14
Compare
Choose a tag to compare

Enhancements

  • Add setters and getters for namespace and table name in DistributedStorage, DistributedTransaction, and DistributedTransactionManager classes.

v2.2.0

07 Sep 05:09
Compare
Choose a tag to compare

Enhancements

  • Add Cosmos DB support

v2.1.0

27 May 05:56
Compare
Choose a tag to compare

Bug fixes

  • Fix bugs in Serializable
  • Fix bugs in Snapshot

Enhancements

  • Introduce Serializable strategy
  • Add a new Serializable strategy named Extra-Read
  • Add TLA+ verification