From b1e516cc5ec54629b710e5fc15a025ecce245d44 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 4 Aug 2021 23:39:21 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7aaf74d..59b2a436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,9 @@ -## 6.1.0 (unreleased) +## 6.03 (unreleased) This release makes significant changes to SQLite database connection handling, resulting in proper support for high-performance concurrent reads queries of in-memory databases (the default choice for rqlite). -### New features -- [PR 842](https://github.com/rqlite/rqlite/pull/842): Use `vfs=memdb` allowing concurrent read queries of in-memory databases. - ### Implementation changes and bug fixes - [PR #841](https://github.com/rqlite/rqlite/pull/841): Remove support for specifying SQLite DSN. +- [PR 842](https://github.com/rqlite/rqlite/pull/842): Use `vfs=memdb` allowing concurrent read queries of in-memory databases. - [PR 842](https://github.com/rqlite/rqlite/pull/842): Use read-only database connection for read queries, ensuring write SQL commands are not executed on the wrong endpoint. ## 6.0.2 (July 31st 2021)