From: Zhichao Cao Date: Thu, 28 Jan 2021 20:27:20 +0000 (-0800) Subject: update HISTORY.md and bump version for 6.17.1 X-Git-Tag: v6.17.3~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a471d31e0482b80227906cb7b09ad8d4a1ef3ea0;p=rocksdb.git update HISTORY.md and bump version for 6.17.1 --- diff --git a/HISTORY.md b/HISTORY.md index 2e0462490..8a2f29d55 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 6.17.1 (01/28/2021) ### Behavior Changes * When retryable IO error occurs during compaction, it is mapped to soft error and set the BG error. However, auto resume is not called to clean the soft error since compaction will reschedule by itself. In this change, When retryable IO error occurs during compaction, BG error is not set. User will be informed the error via EventHelper. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 22796349b..be964e75e 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 6 #define ROCKSDB_MINOR 17 -#define ROCKSDB_PATCH 0 +#define ROCKSDB_PATCH 1 // 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