From 83686e414eb1a95e761a52aa7e651afdc89ab757 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sun, 17 Dec 2023 10:27:13 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fbf1b15..06a3317d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -## 8.10.0 (unreleased) +## 8.10.0 (December 17th 2023) +This release introduces a new, high-performance, initialize-from-SQLite option. Known as _Boot_ loading, it allows an rqlite node to be seeded with large (multi-GB) datasets, with the time taken to seed the node determined only by your disk performance. + ### New features - [PR #1485](https://github.com/rqlite/rqlite/pull/1485): Add Boot loading.