From: Hui Xiao Date: Mon, 23 Jan 2023 19:11:36 +0000 (-0800) Subject: Update history for 7.10.fb X-Git-Tag: v7.10.2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ab389242fb9116e126bc404a1778eed00017be6d;p=rocksdb.git Update history for 7.10.fb --- diff --git a/HISTORY.md b/HISTORY.md index ec264ff11..b0364807a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 7.10.0 (01/23/2023) ### Behavior changes * Make best-efforts recovery verify SST unique ID before Version construction (#10962) * Introduce `epoch_number` and sort L0 files by `epoch_number` instead of `largest_seqno`. `epoch_number` represents the order of a file being flushed or ingested/imported. Compaction output file will be assigned with the minimum `epoch_number` among input files'. For L0, larger `epoch_number` indicates newer L0 file.