You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# Rocksdb Change Log
2
2
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
3
3
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
+
4
8
## 9.8.3 (11/12/2024)
5
9
### Bug Fixes
6
10
* Fix missing cases of corruption retry during DB open and read API processing.
0 commit comments