From eca1003157aead629854020b2d9fff0b673ee25f Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Fri, 26 Jan 2024 17:13:20 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 961aa4f8..35afe88a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 8.18.1 (unreleased) ### Implementation changes and bug fixes - [PR #1633](https://github.com/rqlite/rqlite/pull/1633): Improve error messages for internode communication failures. +- [PR #1634](https://github.com/rqlite/rqlite/pull/1634): FullSnapshot needed if WAL checkpoint fails. ## 8.18.0 (January 25th 2024) This release upgrades SQLite to 3.45.0, which brings in [JSONB](https://sqlite.org/draft/jsonb.html) support. JSONB is a more efficient way to process JSON data within the SQLite database.