]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY.md and version for 10.8.3 v10.8.3
authoranand76 <anand1976@users.noreply.github.com>
Mon, 17 Nov 2025 20:57:58 +0000 (12:57 -0800)
committeranand76 <anand1976@users.noreply.github.com>
Mon, 17 Nov 2025 21:02:00 +0000 (13:02 -0800)
HISTORY.md
include/rocksdb/version.h

index b905a1df3901cffcf7a5c04e57c52bc620a3a77c..aee2088f0954d79b9739d321dea83cd718a4b8a2 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`
 
+## 10.8.3 (11/10/2025)
+### New Features
+* Add a GetColumnFamilyMetaData API variant in DB to get the SST files intersecting a given key range.
+
 ## 10.8.2 (11/07/2025)
 ### New Features
 * Added an auto-tuning feature for DB manifest file size that also (by default) improves the safety of existing configurations in case `max_manifest_file_size` is repeatedly exceeded. The new recommendation is to set `max_manifest_file_size` to something small like 1MB and tune `max_manifest_space_amp_pct` as needed to balance write amp and space amp in the manifest. Refer to comments on those options in `DBOptions` for details. Both options are (now) mutable.
index aa65c9200b6e04cecaaa30745c339911adf08e8a..c1835e4aebe98534dba5b588914914c0451e118b 100644 (file)
@@ -13,7 +13,7 @@
 // minor or major version number planned for release.
 #define ROCKSDB_MAJOR 10
 #define ROCKSDB_MINOR 8
-#define ROCKSDB_PATCH 2
+#define ROCKSDB_PATCH 3
 
 // Make it easy to do conditional compilation based on version checks, i.e.
 // #if ROCKSDB_VERSION_GE(4, 5, 6)