summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIslam AbdelRahman <tec@fb.com>2016-12-19 14:30:01 -0800
committerIslam AbdelRahman <tec@fb.com>2016-12-19 14:31:46 -0800
commit984140f46a454e2a6258f1f9ae06c52cffdef32f (patch)
tree83a254409354bb19030c25ef41a81c3ccbe7010e
parentddabcd8b88b3ceaadd2221f6fdc273f1d8fa30b7 (diff)
Bump version to 4.13.5v4.13.5rocksdb-4.13.5
-rw-r--r--HISTORY.md6
-rw-r--r--include/rocksdb/version.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index b628e994d..15ce06cdf 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -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.
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index d23e08458..5819a8bdf 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -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