From: anand76 Date: Fri, 10 Feb 2023 22:59:29 +0000 (-0800) Subject: Update HISTORY.md for 7.10.2 X-Git-Tag: v7.10.2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3a04cd558ed07b0f0dd1c0d2cc7df71208df0787;p=rocksdb.git Update HISTORY.md for 7.10.2 --- diff --git a/HISTORY.md b/HISTORY.md index ad91ac2c3..45a2722e4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,11 +1,14 @@ # Rocksdb Change Log +## 7.10.2 (02/10/2023) +### Bug Fixes +* Fixed a bug in DB open/recovery from a compressed WAL that was caused due to incorrect handling of certain record fragments with the same offset within a WAL block. + ## 7.10.1 (02/01/2023) ### Bug Fixes * Fixed a data race on `ColumnFamilyData::flush_reason` caused by concurrent flushes. * Fixed `DisableManualCompaction()` and `CompactRangeOptions::canceled` to cancel compactions even when they are waiting on conflicting compactions to finish * Fixed a bug in which a successful `GetMergeOperands()` could transiently return `Status::MergeInProgress()` * Return the correct error (Status::NotSupported()) to MultiGet caller when ReadOptions::async_io flag is true and IO uring is not enabled. Previously, Status::Corruption() was being returned when the actual failure was lack of async IO support. -* Fixed a bug in DB open/recovery from a compressed WAL that was caused due to incorrect handling of certain record fragments with the same offset within a WAL block. ## 7.10.0 (01/23/2023) ### Behavior changes