From 3bf820eeb4d3f422a46f5c51157bdca840f915e6 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 30 Aug 2021 14:02:49 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2ecbfe6..de109205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.3.1 (unreleased) +### Implementation changes and bug fixes +- [PR #876](https://github.com/rqlite/rqlite/pull/876): Add round-trip time to each node to nodes/ output. + ## 6.3.0 (August 28th 2021) This release introduces transparent request forwarding, which simplifies interacting with rqlite clusters Client requests that must be served by the leader will no longer return HTTP 301, and will be forwarded transparently to the leader if necessary. Client software does not need to change to take advantage of this new functionality.