Skip to content

Commit 0e2801a

Browse files
committed
Version and HISTORY.md update for 9.7.3 patch
1 parent 2647d5c commit 0e2801a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
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+
## 9.7.3 (10/16/2024)
5+
### Behavior Changes
6+
* OPTIONS file to be loaded by remote worker is now preserved so that it does not get purged by the primary host. A similar technique as how we are preserving new SST files from getting purged is used for this. min_options_file_numbers_ is tracked like pending_outputs_ is tracked.
7+
48
## 9.7.2 (10/08/2024)
59
### Bug Fixes
610
* Fix a bug for surfacing write unix time: `Iterator::GetProperty("rocksdb.iterator.write-time")` for non-L0 files.

include/rocksdb/version.h

Lines changed: 1 addition & 1 deletion
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 9
1515
#define ROCKSDB_MINOR 7
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/behavior_changes/remote_compaction_preserve_options.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)