We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7fe99 commit 9775409Copy full SHA for 9775409
2 files changed
HISTORY.md
@@ -1,6 +1,10 @@
1
# Rocksdb Change Log
2
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
3
4
+## 10.7.3 (10/06/2025)
5
+### Bug Fixes
6
+* Fix a few bugs in MultiScan
7
+
8
## 10.7.2 (09/30/2025)
9
### Bug Fixes
10
* Fix incorrect MultiScan seek error status due to bugs in handling range limit falling between adjacent SST files key range.
include/rocksdb/version.h
@@ -13,7 +13,7 @@
13
// minor or major version number planned for release.
14
#define ROCKSDB_MAJOR 10
15
#define ROCKSDB_MINOR 7
16
-#define ROCKSDB_PATCH 2
+#define ROCKSDB_PATCH 3
17
18
// Do not use these. We made the mistake of declaring macros starting with
19
// double underscore. Now we have to live with our choice. We'll deprecate these
0 commit comments