]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update version and history for 6.0.1 v6.0.1
authorSagar Vemuri <svemuri@fb.com>
Tue, 26 Mar 2019 18:55:31 +0000 (11:55 -0700)
committerSagar Vemuri <svemuri@fb.com>
Tue, 26 Mar 2019 18:55:31 +0000 (11:55 -0700)
HISTORY.md
include/rocksdb/version.h

index 78e3cc88bebf075dc3a4efb98e86f1d706a7af9a..9a9d7bc892dedee9fc666e543a9970473595295c 100644 (file)
@@ -1,5 +1,14 @@
 # Rocksdb Change Log
 
+## 6.0.1 (3/26/2019)
+### New Features
+### Public API Change
+* Added many new features to the Java API to bring it closer to the C++ API.
+
+### Bug Fixes
+* Make BlobDB wait for all background tasks on shutdown.
+* Fixed a BlobDB issue where some trash files are not tracked causing them to remain forever.
+
 ## 6.0.0 (2/19/2019)
 ### New Features
 * Enabled checkpoint on readonly db (DBImplReadOnly).
index af13d20c8e0d9473f575ce72fd7fe268bfc8aaf7..78f5b4a52e8319fc0bed934d1ac275556dd740d4 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 0
-#define ROCKSDB_PATCH 0
+#define ROCKSDB_PATCH 1
 
 // 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