File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Rocksdb Change Log
2
2
> NOTE: Entries for next release do not go here. Follow instructions in ` unreleased_history/README.txt `
3
3
4
+ ## 10.2.1 (04/24/2025)
5
+ ### Bug Fixes
6
+ * Fix improper initialization of ExternalTableOptions
7
+
4
8
## 10.2.0 (04/21/2025)
5
9
### New Features
6
10
* Provide histogram stats ` COMPACTION_PREFETCH_BYTES ` to measure number of bytes for RocksDB's prefetching (as opposed to file
Original file line number Diff line number Diff line change 13
13
// minor or major version number planned for release.
14
14
#define ROCKSDB_MAJOR 10
15
15
#define ROCKSDB_MINOR 2
16
- #define ROCKSDB_PATCH 0
16
+ #define ROCKSDB_PATCH 1
17
17
18
18
// Do not use these. We made the mistake of declaring macros starting with
19
19
// 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