From cd72ae21fdb7a35d82f033b2f37d79c39e16d9bc Mon Sep 17 00:00:00 2001 From: "A.J. Beamon" Date: Thu, 30 Sep 2021 14:04:52 -0700 Subject: [PATCH] Updating release notes for 6.3.21 --- documentation/sphinx/source/release-notes/release-notes-630.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/sphinx/source/release-notes/release-notes-630.rst b/documentation/sphinx/source/release-notes/release-notes-630.rst index 4f3cfb1f71..b54258baca 100644 --- a/documentation/sphinx/source/release-notes/release-notes-630.rst +++ b/documentation/sphinx/source/release-notes/release-notes-630.rst @@ -7,6 +7,8 @@ Release Notes * Added a ThreadID field to all trace events for the purpose of multi-threaded client debugging. `(PR #5665) `_ * Fixed some histograms' group name in the master proxy. `(PR #5674) `_ * Added histograms for GRV path components in the proxy. `(PR #5689) `_ +* Fixed race condition introduced in 6.3.20 between setting timeouts and resetting or destroying transactions. `(PR #5695) `_ +* Disable detailed transaction log pop tracing by default. `(PR #5696) `_ 6.3.20 ======