Skip to content

Commit 24efab2

Browse files
author
Xingbo Wang
committed
Release RocksDB 10.7.4
Summary: Release RocksDB 10.7.4 Test Plan: Unit test Reviewers: Subscribers: Tasks: Tags:
1 parent c874628 commit 24efab2

3 files changed

Lines changed: 5 additions & 2 deletions

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.7.4 (10/14/2025)
5+
### Public API Changes
6+
* The MultiScan API contract is updated. After a multi scan range got prepared with Prepare API call, the following seeks must seek the start of each prepared scan range in order. In addition, when limit is set, upper bound must be set to the same value of limit before each seek
7+
48
## 10.7.3 (10/06/2025)
59
### Bug Fixes
610
* Fix a few bugs in MultiScan

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 3
16+
#define ROCKSDB_PATCH 4
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/public_api_changes/multi_scan_api_contract.md

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

0 commit comments

Comments
 (0)