Skip to content

Commit fae8a27

Browse files
committed
Update HISTORY and version
1 parent e126508 commit fae8a27

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

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.6.2 (09/15/2025)
5+
### Bug Fixes
6+
* Fix a race condition in FIFO size-based compaction where concurrent threads could select the same non-L0 file, causing assertion failures in debug builds or "Cannot delete table file from LSM tree" errors in release builds.
7+
48
## 10.6.1 (09/05/2025)
59
### New Features
610
* Add the fail_if_no_udi_on_open flag in BlockBasedTableOption to control whether a missing user defined index block in a SST is a hard error or not.

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

1818
// Do not use these. We made the mistake of declaring macros starting with
1919
// double underscore. Now we have to live with our choice. We'll deprecate these

unreleased_history/bug_fixes/fix_multi_level_fifo_double_picking_bug.md

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

unreleased_history/new_features/fail_if_no_udi_on_open.md

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

unreleased_history/new_features/multi-scan-max-prefetch.md

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

0 commit comments

Comments
 (0)