From: Peter Dillinger Date: Sun, 19 Jun 2022 23:31:16 +0000 (-0700) Subject: Update HISTORY for 7.4.0 release freeze (#10196) X-Git-Tag: v7.4.3~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fac7a236856207b531342bc22e614aa5bb005a6a;p=rocksdb.git Update HISTORY for 7.4.0 release freeze (#10196) Summary: Planned for Sunday 6/19 Pull Request resolved: https://github.com/facebook/rocksdb/pull/10196 Test Plan: no code Reviewed By: akankshamahajan15 Differential Revision: D37244857 Pulled By: pdillinger fbshipit-source-id: afbf4aa201983b3c01c16b5f55c68f2325d17421 --- diff --git a/HISTORY.md b/HISTORY.md index 9e7eac185..1dfdbe2d9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 7.4.0 (06/19/2022) ### Bug Fixes * Fixed a bug in calculating key-value integrity protection for users of in-place memtable updates. In particular, the affected users would be those who configure `protection_bytes_per_key > 0` on `WriteBatch` or `WriteOptions`, and configure `inplace_callback != nullptr`. * Fixed a bug where a snapshot taken during SST file ingestion would be unstable.