From b29f47a0a06e4fff60d28b7e5917a64c1b05e802 Mon Sep 17 00:00:00 2001 From: Zhe Wu Date: Mon, 26 Jul 2021 16:15:56 -0700 Subject: [PATCH] Release notes for 6.3.17 --- .../sphinx/source/release-notes/release-notes-630.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/documentation/sphinx/source/release-notes/release-notes-630.rst b/documentation/sphinx/source/release-notes/release-notes-630.rst index 4f51bc273f..9e46569496 100644 --- a/documentation/sphinx/source/release-notes/release-notes-630.rst +++ b/documentation/sphinx/source/release-notes/release-notes-630.rst @@ -7,6 +7,16 @@ Release Notes * The multi-version client API would not propagate errors that occurred when creating databases on external clients. This could result in a invalid memory accesses. `(PR #5221) `_ * Fixed a race between the multi-version client connecting to a cluster and destroying the database that could cause an assertion failure. `(PR #5221) `_ +6.3.17 +====== +* Made readValuePrefix consistent regarding error messages. `(PR #5160) `_ +* Added ``TLogPopDetails`` trace event to tLog pop. `(PR #5134) `_ +* Added ``CommitBatchingEmptyMessageRatio`` metric to track the ratio of empty messages to tlogs. `(PR #5087) `_ +* Observability improvements in ProxyStats. `(PR #5046) `_ +* Added ``RecoveryInternal`` and ``ProxyReplies`` trace events to recovery_transaction step in recovery. `(PR #5038) `_ +* Multi-threaded client documentation improvements. `(PR #5033) `_ +* Added ``ClusterControllerWorkerFailed`` trace event when a worker is removed from cluster controller. `(PR #5035) `_ +* Added histograms for storage server write path components. `(PR #5019) `_ 6.3.15 ======