]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 4.13.5 rocksdb-4.13.5 v4.13.5
authorIslam AbdelRahman <tec@fb.com>
Mon, 19 Dec 2016 22:30:01 +0000 (14:30 -0800)
committerIslam AbdelRahman <tec@fb.com>
Mon, 19 Dec 2016 22:31:46 +0000 (14:31 -0800)
HISTORY.md
include/rocksdb/version.h

index b628e994d14f436edf721964ee9b884722573dac..15ce06cdfb96a0e0a4fd0fb7602fd20040aea79a 100644 (file)
@@ -1,4 +1,10 @@
 # Rocksdb Change Log
+## 4.13.5
+### Public API Change
+* Fix a regression in compaction performance.
+* Disallow calling IngestExternalFile() on a dropped column family.
+* Add EventListener::OnExternalFileIngested() event that will be called for files that are successfully ingested.
+
 ## 4.13.4
 ### Public API Change
 * Removed flashcache support.
index d23e08458ce97c47633c41bb2be19008591cf846..5819a8bdf7603111804e73de4126d3905e4042c9 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 4
 #define ROCKSDB_MINOR 13
-#define ROCKSDB_PATCH 4
+#define ROCKSDB_PATCH 5
 
 // 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