]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY for 9.7.2 v9.7.2
authorYu Zhang <yuzhangyu@fb.com>
Mon, 14 Oct 2024 17:27:00 +0000 (10:27 -0700)
committerYu Zhang <yuzhangyu@fb.com>
Mon, 14 Oct 2024 17:27:00 +0000 (10:27 -0700)
HISTORY.md

index 0b589fe8a0f072581933231af2bbbf69b770694e..95117a9d900bdeb5cbee17039244f0dcd209e727 100644 (file)
@@ -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`