File tree 3 files changed +5
-2
lines changed
unreleased_history/bug_fixes
3 files changed +5
-2
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
+ ## 9.3.1 (05/25/2024)
5
+ ### Bug Fixes
6
+ * [ internal only] Build script improvement
7
+
4
8
## 9.3.0 (05/17/2024)
5
9
### New Features
6
10
* Optimistic transactions and pessimistic transactions with the WriteCommitted policy now support the ` GetEntity ` API.
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 9
15
15
#define ROCKSDB_MINOR 3
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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments