]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY and version to 9.8.4 v9.8.4
authorJay Huh <jewoongh@meta.com>
Mon, 18 Nov 2024 16:02:26 +0000 (08:02 -0800)
committerJay Huh <jewoongh@meta.com>
Mon, 18 Nov 2024 16:02:26 +0000 (08:02 -0800)
HISTORY.md
include/rocksdb/version.h

index 8456b76acc8b39d4900ce2697e2203300a1ec7f6..2eb2cdba89195d4ccdde8361362d560516359f6e 100644 (file)
@@ -1,6 +1,10 @@
 # Rocksdb Change Log
 > NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
 
+## 9.8.4 (11/18/2024)
+### Behavior Changes
+* 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.
+
 ## 9.8.3 (11/12/2024)
 ### Bug Fixes
 * Fix missing cases of corruption retry during DB open and read API processing.
index 33018133fd3a98c80a4038e30261728e71dd85ad..b25e287deb94adb3ed763ff4f4089c1a2362dc75 100644 (file)
@@ -13,7 +13,7 @@
 // minor or major version number planned for release.
 #define ROCKSDB_MAJOR 9
 #define ROCKSDB_MINOR 8
-#define ROCKSDB_PATCH 3
+#define ROCKSDB_PATCH 4
 
 // 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