From 0e4533f1bffdcedcaba4f19f9bc81f8b6f696dfa Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 30 Jan 2024 20:38:00 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a82c7b38..b72567e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -## 8.18.5 (unreleased) +## 8.18.5 (January 30th 2024) ### Implementation changes and bug fixes - [PR #1646](https://github.com/rqlite/rqlite/pull/1646): Expose BUSY TIMEOUT on /status. - [PR #1647](https://github.com/rqlite/rqlite/pull/1647): More CHECKPOINT test coverage. - [PR #1649](https://github.com/rqlite/rqlite/pull/1649): Check Leader when handling `/db/request` with _None_ read consistency. Fixes issue [#1648](https://github.com/rqlite/rqlite/issues/1648). +- [PR #1653](https://github.com/rqlite/rqlite/pull/1653): Fix `busy_timeout` stat for read-only DB. Thanks @mauri870 ## 8.18.4 (January 30th 2024) ### Implementation changes and bug fixes