From 890681a52f529d95a40253fb6b410f64557e1728 Mon Sep 17 00:00:00 2001 From: Jingyu Zhou Date: Mon, 19 Sep 2022 20:33:11 -0700 Subject: [PATCH] Added 7.1.22, 7.1.23 release notes --- .../source/release-notes/release-notes-710.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/documentation/sphinx/source/release-notes/release-notes-710.rst b/documentation/sphinx/source/release-notes/release-notes-710.rst index 05a33625e8..9dad6e05af 100644 --- a/documentation/sphinx/source/release-notes/release-notes-710.rst +++ b/documentation/sphinx/source/release-notes/release-notes-710.rst @@ -2,6 +2,21 @@ Release Notes ############# +7.1.23 +====== +* Same as 7.1.22 release with AVX enabled. + +7.1.22 +====== +* Released with AVX disabled. +* Added new latency samples for GetValue, GetRange, QueueWait, and VersionWait in storage servers. `(PR #8215) `_ +* Fixed a rare partial data write for TLogs. `(PR #8210) `_ +* Added HTTP proxy support for backup agents. `(PR #8193) `_ +* Fixed a memory bug of secondary queries in index prefetch. `(PR #8195) `_, `(PR #8190) `_ +* Introduced STORAGE_SERVER_REBOOT_ON_IO_TIMEOUT knob to recreate SS at io_timeout errors. `(PR #8123) `_ +* Fixed two TLog stopped bugs and a CC leader replacement bug. `(PR #8081) `_ +* Added back RecoveryAvailable trace event for status's seconds_since_last_recovered field. `(PR #8068) `_ + 7.1.21 ====== * Same as 7.1.20 release with AVX enabled.