From 13debc3097df9e695d7aad652aaf165d8a0fe596 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 31 Jan 2022 16:02:39 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a119a9c..3e3c5f5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ This release introduces supported for [DNS-based](https://www.cloudflare.com/lea - [PR #982](https://github.com/rqlite/rqlite/pull/982): `/readyz` can skip leader check via `noleader` query param. - [PR #984](https://github.com/rqlite/rqlite/pull/984): Count number of `/status` and `/readyz` requests via expvar. - [PR #986](https://github.com/rqlite/rqlite/pull/986): Refactor join code with new Joiner type. +- [PR #987](https://github.com/rqlite/rqlite/pull/987): Upgrade to SQLite 3.37.0. ## 7.1.0 (January 28th 2022) This release introduces a new automatic clustering approach, known as _Bootstrapping_, which allows rqlite clusters to form without assistance from an external system such as Consul. This can be very useful for certain deployment scenarios. See the [documentation](https://github.com/rqlite/rqlite/blob/master/DOC/AUTO_CLUSTERING.md) for full details on using the new Bootstrapping mode. Special thanks to [Nathan Ferch](https://github.com/nferch) for his advice regarding the design and development of this feature.