From: Andrew Kryczka Date: Sun, 19 Feb 2023 21:44:55 +0000 (-0800) Subject: update HISTORY.md for 8.0.0 X-Git-Tag: v8.0.0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fdf403f5918a2b4355cf75ebe5e21d0fc22db880;p=rocksdb.git update HISTORY.md for 8.0.0 --- diff --git a/HISTORY.md b/HISTORY.md index a300611b5..c95b001ce 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,5 @@ # Rocksdb Change Log -## Unreleased - +## 8.0.0 (02/19/2023) ### Behavior changes * `ReadOptions::verify_checksums=false` disables checksum verification for more reads of non-`CacheEntryRole::kDataBlock` blocks. * In case of scan with async_io enabled, if posix doesn't support IOUring, Status::NotSupported error will be returned to the users. Initially that error was swallowed and reads were switched to synchronous reads.