From 7ed69fbe727d9d068708aac92c72800e11ebe175 Mon Sep 17 00:00:00 2001 From: Andrew Kryczka Date: Sat, 19 Jun 2021 12:11:44 -0700 Subject: [PATCH] Update HISTORY.md and version.h 6.22 release (#8427) Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/8427 Reviewed By: zhichao-cao Differential Revision: D29246916 Pulled By: ajkr fbshipit-source-id: ccd44ca1a6dd5101dc37f19b8e1fe6c0e3883e0a --- HISTORY.md | 2 +- include/rocksdb/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 535f37aa9..fa3bd3854 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 6.22.0 (2021-06-18) ### Behavior Changes * Added two additional tickers, MEMTABLE_PAYLOAD_BYTES_AT_FLUSH and MEMTABLE_GARBAGE_BYTES_AT_FLUSH. These stats can be used to estimate the ratio of "garbage" (outdated) bytes in the memtable that are discarded at flush time. * Added API comments clarifying safe usage of Disable/EnableManualCompaction and EventListener callbacks for compaction. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index b5abc6ea8..0012ce5c1 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -10,7 +10,7 @@ #include "rocksdb/rocksdb_namespace.h" #define ROCKSDB_MAJOR 6 -#define ROCKSDB_MINOR 21 +#define ROCKSDB_MINOR 22 #define ROCKSDB_PATCH 0 // Do not use these. We made the mistake of declaring macros starting with