Skip to content

Commit 9775409

Browse files
author
Xingbo Wang
committed
Update version and HISTORY for 10.7.3 patch release
1 parent 4e7fe99 commit 9775409

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.7.3 (10/06/2025)
5+
### Bug Fixes
6+
* Fix a few bugs in MultiScan
7+
48
## 10.7.2 (09/30/2025)
59
### Bug Fixes
610
* Fix incorrect MultiScan seek error status due to bugs in handling range limit falling between adjacent SST files key range.

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

0 commit comments

Comments
 (0)