diff --git a/HISTORY.md b/HISTORY.md index 714d1a1fe..f1908c56b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 7.0.0 (02/20/2022) ### Bug Fixes * Fixed a major bug in which batched MultiGet could return old values for keys deleted by DeleteRange when memtable Bloom filter is enabled (memtable_prefix_bloom_size_ratio > 0). (The fix includes a substantial MultiGet performance improvement in the unusual case of both memtable_whole_key_filtering and prefix_extractor.) * Fixed more cases of EventListener::OnTableFileCreated called with OK status, file_size==0, and no SST file kept. Now the status is Aborted. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 07c3ca3b4..0fb3de0b4 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -9,8 +9,8 @@ #include "rocksdb/rocksdb_namespace.h" -#define ROCKSDB_MAJOR 6 -#define ROCKSDB_MINOR 29 +#define ROCKSDB_MAJOR 7 +#define ROCKSDB_MINOR 0 #define ROCKSDB_PATCH 0 // Do not use these. We made the mistake of declaring macros starting with