Skip to content

Commit 6f7cabe

Browse files
committed
update version.h and HISTORY.md for 9.1.1
1 parent adb9bf5 commit 6f7cabe

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Rocksdb Change Log
22
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
33
4+
## 9.1.1 (04/17/2024)
5+
### Bug Fixes
6+
* Fixed Java `SstFileMetaData` to prevent throwing `java.lang.NoSuchMethodError`
7+
* Fixed a regression when `ColumnFamilyOptions::max_successive_merges > 0` where the CPU overhead for deciding whether to merge could have increased unless the user had set the option `ColumnFamilyOptions::strict_max_successive_merges`
8+
49
## 9.1.0 (03/22/2024)
510
### New Features
611
* Added an option, `GetMergeOperandsOptions::continue_cb`, to give users the ability to end `GetMergeOperands()`'s lookup process before all merge operands were found.

include/rocksdb/version.h

+1-1
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 9
1515
#define ROCKSDB_MINOR 1
16-
#define ROCKSDB_PATCH 0
16+
#define ROCKSDB_PATCH 1
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/java_fix_sstfilemetadata.md

-1
This file was deleted.

unreleased_history/bug_fixes/max_successive_merges_regression.md

-1
This file was deleted.

0 commit comments

Comments
 (0)