Skip to content

Commit 0a7ce82

Browse files
committed
Update HISTORY and version for 10.8.2
1 parent 41c6640 commit 0a7ce82

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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.2 (11/07/2025)
5+
### New Features
6+
* 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.
7+
* Add a new option allow_trivial_move in CompactionOptions to allow CompactFiles to perform trivial move if possible. By default the flag of allow_trivial_move is false, so it preserve the original behavior.
8+
49
## 10.8.1 (10/29/2025)
510
### Behavior Changes
611
* PosixWritableFile now repositions the seek pointer to the new end of file after a call to Truncate.

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 1
16+
#define ROCKSDB_PATCH 2
1717

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

unreleased_history/new_features/Trivial_move_support_in_CompactFiles_API.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

unreleased_history/new_features/auto_tune_manifest.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)