File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11# Rocksdb Change Log
22> NOTE: Entries for next release do not go here. Follow instructions in ` unreleased_history/README.txt `
33
4+ ## 8.10.2 (02/16/2024)
5+ * Update zlib to 1.3.1 for Java builds
6+
47## 8.10.1 (01/16/2024)
58### Bug Fixes
69* Fix bug in auto_readahead_size that combined with IndexType::kBinarySearchWithFirstKey + fails or iterator lands at a wrong key
Original file line number Diff line number Diff line change 1313// minor or major version number planned for release.
1414#define ROCKSDB_MAJOR 8
1515#define ROCKSDB_MINOR 10
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
You can’t perform that action at this time.
0 commit comments