From f543b35ef9b6ade992f9e4d9291ff050c2d6fa1c Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 21 Feb 2024 12:52:24 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f18721f0..4b68ed55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 8.21.1 (unreleased) ### Implementation changes and bug fixes - [PR #1693](https://github.com/rqlite/rqlite/pull/1693): Use built-in `max` function for Commit Index _sync_ check. +- [PR #1694](https://github.com/rqlite/rqlite/pull/1694): Correct output of `readyz` when using _sync_ flag. ## 8.21.0 (February 21st 2024) This release enhances the `/readyz` check, giving you more information about node readiness. See [the documentation](https://rqlite.io/docs/guides/monitoring-rqlite/#readiness-checks) for more details.