From d4fdb678d1f578673c345ceeefd13a3d60c0c004 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 9 Jan 2024 09:40:47 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1539d5c..f1ebca54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 8.16.2 (January 9th 2024) +This releases fixes a bug related to Raft snapshot management. While it's an edge case, and can only happen if rqlited is hard-killed at a very specific point, all users should upgrade to this release. +### Implementation changes and bug fixes +- [PR #1580](https://github.com/rqlite/rqlite/pull/1580): List newest Snapshot, not oldest. + ## 8.16.1 (January 8th 2024) ### Implementation changes and bug fixes - [PR #1574](https://github.com/rqlite/rqlite/pull/1574): Use "GZIP best speed" for internode traffic compression.