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
+ ## 8.5.3 (09/01/2023)
5
+ ### Bug Fixes
6
+ * Fixed a race condition in ` GenericRateLimiter ` that could cause it to stop granting requests
7
+
4
8
## 8.5.2 (08/31/2023)
5
9
### Bug fixes
6
10
* Fix a bug where iterator may return incorrect result for DeleteRange() users if there was an error reading from a 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 8
15
15
#define ROCKSDB_MINOR 5
16
- #define ROCKSDB_PATCH 2
16
+ #define ROCKSDB_PATCH 3
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