From: Yu Zhang Date: Mon, 14 Oct 2024 17:27:00 +0000 (-0700) Subject: Update HISTORY for 9.7.2 X-Git-Tag: v9.7.2^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b5cde68b8ab2b78b3364c23c566eee14d5cc488a;p=rocksdb.git Update HISTORY for 9.7.2 --- diff --git a/HISTORY.md b/HISTORY.md index 0b589fe8a..95117a9d9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,10 @@ # Rocksdb Change Log > NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt` +## 9.7.2 (10/08/2024) +### Bug Fixes +* Fix a bug for surfacing write unix time: `Iterator::GetProperty("rocksdb.iterator.write-time")` for non-L0 files. + ## 9.7.1 (09/26/2024) ### Bug Fixes * Several DB option settings could be lost through `GetOptionsFromString()`, possibly elsewhere as well. Affected options, now fixed:`background_close_inactive_wals`, `write_dbid_to_manifest`, `write_identity_file`, `prefix_seek_opt_in_only`