Skip to content

Commit f325216

Browse files
committed
update HISTORY.md and version.h for 8.5.3
1 parent fad0f3d commit f325216

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Rocksdb Change Log
22
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
33
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+
48
## 8.5.2 (08/31/2023)
59
### Bug fixes
610
* Fix a bug where iterator may return incorrect result for DeleteRange() users if there was an error reading from a file.

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 8
1515
#define ROCKSDB_MINOR 5
16-
#define ROCKSDB_PATCH 2
16+
#define ROCKSDB_PATCH 3
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/fixed_generic_rate_limiter_hang.md

-1
This file was deleted.

0 commit comments

Comments
 (0)