From 3a04cd558ed07b0f0dd1c0d2cc7df71208df0787 Mon Sep 17 00:00:00 2001 From: anand76 Date: Fri, 10 Feb 2023 14:59:29 -0800 Subject: [PATCH] Update HISTORY.md for 7.10.2 --- HISTORY.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.3