Skip to content

v3.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 05:36

Improvements

  • Disallow using BLOB type for clustering keys in Cosmos DB adapter (#339)
  • Restrict BigIntValue range (#340)
  • Upgrade AWS SDK version (#356)
  • Refactor XXXAdmin (#317)
  • Use log4j2 in Scalar DB server (#358)
  • Change libssl and openssl versions in Dockerfile in scalar-schema (#362)

Bug fixes

  • FloatValue should be mapped to double type in MySQL (#337)
  • Fix duplicate of equal fields in the query when do range scanning with multiple clustering keys in Cassandra adapter (#328)
  • Fix default collation of tables when creating in JDBC DBs, make them be consistent with others. (#336)
  • Fixed broken link. (#313)
  • Correct comparator of item sorter in Dynamo DB adapter (#327)
  • Using scan to count items in the table instead of using table description. (#341)
  • Dynamo Admin wait for continuous backup enabled already before updating point-in-time recovery, wait for deletion of table finish (#347)