From: Islam AbdelRahman Date: Mon, 19 Dec 2016 22:30:01 +0000 (-0800) Subject: Bump version to 4.13.5 X-Git-Tag: v4.13.5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2b6e2b3515a1cac94f28a0f2ebf46410a96bde57;p=rocksdb.git Bump version to 4.13.5 --- diff --git a/HISTORY.md b/HISTORY.md index b628e994..15ce06cd 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 d23e0845..5819a8bd 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