Skip to content

Commit a74934f

Browse files
committed
Update version and HISTORY for 10.7.2 patch release
1 parent b4a3612 commit a74934f

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Rocksdb Change Log
22
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
33
4+
## 10.7.2 (09/30/2025)
5+
### Bug Fixes
6+
* Fix incorrect MultiScan seek error status due to bugs in handling range limit falling between adjacent SST files key range.
7+
8+
### Performance Improvements
9+
* Fixed a performance regression in LZ4 compression that started in version 10.6.0
10+
411
## 10.7.0 (09/24/2025)
512
### New Features
613
* 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 7
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/mscan_range_limit_between_files.md

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

unreleased_history/performance_improvements/lz4.md

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

0 commit comments

Comments
 (0)