We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f369f commit e656fa3Copy full SHA for e656fa3
HISTORY.md
@@ -1,5 +1,5 @@
1
# Rocksdb Change Log
2
-## Unreleased
+## 7.4.4 (07/19/2022)
3
### Public API changes
4
* Removed Customizable support for RateLimiter and removed its CreateFromString() and Type() functions.
5
include/rocksdb/version.h
@@ -13,7 +13,7 @@
13
// minor or major version number planned for release.
14
#define ROCKSDB_MAJOR 7
15
#define ROCKSDB_MINOR 4
16
-#define ROCKSDB_PATCH 3
+#define ROCKSDB_PATCH 4
17
18
// Do not use these. We made the mistake of declaring macros starting with
19
// double underscore. Now we have to live with our choice. We'll deprecate these
0 commit comments