From 6a436150417120a3f9732d65a2a5c2b8d19b60fc Mon Sep 17 00:00:00 2001 From: anand76 Date: Thu, 6 Apr 2023 09:38:52 -0700 Subject: [PATCH] Update HISTORY.md for 8.1.1 --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 48d7cae7cc0..1befc82afdf 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 8.1.1 (04/06/2023) ### Bug Fixes * In the DB::VerifyFileChecksums API, ensure that file system reads of SST files are equal to the readahead_size in ReadOptions, if specified. Previously, each read was 2x the readahead_size.