Skip to content

Commit 6bf472d

Browse files
committed
Update HISTORY.md and version for 10.8.3
1 parent 3a19607 commit 6bf472d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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+
## 10.8.3 (11/10/2025)
5+
### New Features
6+
* Add a GetColumnFamilyMetaData API variant in DB to get the SST files intersecting a given key range.
7+
48
## 10.8.2 (11/07/2025)
59
### New Features
610
* 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.

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 10
1515
#define ROCKSDB_MINOR 8
16-
#define ROCKSDB_PATCH 2
16+
#define ROCKSDB_PATCH 3
1717

1818
// Make it easy to do conditional compilation based on version checks, i.e.
1919
// #if ROCKSDB_VERSION_GE(4, 5, 6)

0 commit comments

Comments
 (0)