Skip to content

v3.0.0

Compare
Choose a tag to compare
@feeblefakie feeblefakie released this 23 Jul 17:23
· 1017 commits to master since this release

Enhancements

  • Add JDBC adapter of Scalar DB (#133)
  • Support table creation of Scalar DB on JDBC in schema-tool (#152)
  • Enable dynamo backup (#159)
  • Support secondary indexes on DynamoDB (#147)
  • Set DynamoDB secondary index (#142)
  • Set Cosmos secondary index (#141)
  • Set Cassandra secondary index (#140)
  • Support secondary indexes on Cosmos DB (#146)
  • Extend TableMetadata for secondary indexes (#144)

Improvements

  • Add integration tests for Get and Scan with a Cassandra secondary index (#139)
  • Guard C* get and scan with a secondary index (#145)
  • Check operations if they are given with correct keys (#136)

Bug fixes

  • Remove prefix from indexes of DynamoDB (#161)
  • Fix not to return unexpected results (#165)
  • Fix to set RU for DynamoDB (#154)
  • Fix snapshot scan bug (#151)
  • Fix pip install failure in CI (#149)
  • Fix Snapshot to handle deleteSet properly when a delete operation is mixed with other operations (#138)

Documentation

  • Add more documentation including limitations in the Scalar DB docs (#162)
  • Add a guide on the requirements in the underlining databases of Scalar DB (#156)
  • Create a backup and restore guide (#148)