github facebook/rocksdb v6.15.5
RocksDB 6.15.5

latest releases: v9.1.1, v9.1.0, v9.0.1...
3 years ago

6.15.5 (2021-02-05)

Bug Fixes

  • Since 6.15.0, TransactionDB returns error Statuses from calls to DeleteRange() and calls to Write() where the WriteBatch contains a range deletion. Previously such operations may have succeeded while not providing the expected transactional guarantees. There are certain cases where range deletion can still be used on such DBs; see the API doc on TransactionDB::DeleteRange() for details.
  • OptimisticTransactionDB now returns error Statuses from calls to DeleteRange() and calls to Write() where the WriteBatch contains a range deletion. Previously such operations may have succeeded while not providing the expected transactional guarantees.

Don't miss a new rocksdb release

NewReleases is sending notifications on new releases.