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
# 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.