Skip to content

Commit 49ce8a1

Browse files
committed
Update version.h and HISTORY.md for 8.9.1
1 parent b8d41c5 commit 49ce8a1

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.9.1 (12/8/2023)
5+
### Bug Fixes
6+
* Avoid destroying the periodic task scheduler's default timer in order to prevent static destruction order issues.
7+
48
## 8.9.0 (11/17/2023)
59
### New Features
610
* Add GetEntity() and PutEntity() API implementation for Attribute Group support. Through the use of Column Families, AttributeGroup enables users to logically group wide-column entities.

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 9
16-
#define ROCKSDB_PATCH 0
16+
#define ROCKSDB_PATCH 1
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/avoid_destroying_timer.md

-1
This file was deleted.

0 commit comments

Comments
 (0)