Skip to content

Commit 44e95d8

Browse files
committed
Update HISTORY and version to 9.8.4
1 parent 778f25f commit 44e95d8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Rocksdb Change Log
22
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
33
4+
## 9.8.4 (11/18/2024)
5+
### Behavior Changes
6+
* When Remote Compaction is enabled, do not purge OPTIONS file immediately by DeleteObsoleteOptionsFiles() after SetOptions(). Rely on PurgeObsoleteFiles() to clean up obsolete OPTIONS file after each compaction.
7+
48
## 9.8.3 (11/12/2024)
59
### Bug Fixes
610
* Fix missing cases of corruption retry during DB open and read API processing.

include/rocksdb/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// minor or major version number planned for release.
1414
#define ROCKSDB_MAJOR 9
1515
#define ROCKSDB_MINOR 8
16-
#define ROCKSDB_PATCH 3
16+
#define ROCKSDB_PATCH 4
1717

1818
// Do not use these. We made the mistake of declaring macros starting with
1919
// double underscore. Now we have to live with our choice. We'll deprecate these

0 commit comments

Comments
 (0)