]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version and update HISTORY.md for 6.17.3 v6.17.3
authorJay Zhuang <zjay@fb.com>
Thu, 18 Feb 2021 17:36:23 +0000 (09:36 -0800)
committerJay Zhuang <zjay@fb.com>
Thu, 18 Feb 2021 17:36:23 +0000 (09:36 -0800)
HISTORY.md
include/rocksdb/version.h

index 384dacde32aa7990931ca5798f18e7d7da3befcc..a8d306776fb17cb6b30f617239221c55e2d8bf95 100644 (file)
@@ -1,9 +1,12 @@
 # Rocksdb Change Log
+## 6.17.3 (02/18/2021)
+### Bug Fixes
+* Fix `WRITE_PREPARED`, `WRITE_UNPREPARED` TransactionDB `MultiGet()` may return uncommitted data with snapshot.
+
 ## 6.17.2 (02/05/2021)
 ### Bug Fixes
 * Since 6.15.0, `TransactionDB` returns error `Status`es 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 `Status`es 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.
-* Fix `WRITE_PREPARED`, `WRITE_UNPREPARED` TransactionDB `MultiGet()` may return uncommitted data with snapshot.
 
 ## 6.17.1 (01/28/2021)
 ### Behavior Changes
index eb62bb7a653b72f45f7cb62315a9bec3fec41dde..1bb502ecd865023e1e9e281581d4d5bd50d05b86 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 17
-#define ROCKSDB_PATCH 2
+#define ROCKSDB_PATCH 3
 
 // Do not use these. We made the mistake of declaring macros starting with
 // double underscore. Now we have to live with our choice. We'll deprecate these