Update CHANGELOG.md

This commit is contained in:
Philip O'Toole
2025-09-15 13:27:33 -04:00
committed by GitHub
parent d87d0ee69c
commit d773a57ba8

View File

@@ -1,8 +1,11 @@
## v9.0.2 (unreleased)
### Implementation changes and bug fixes
- [PR #2330](https://github.com/rqlite/rqlite/pull/2330): Support _None_ Read Consistency queries on restart even if node not in cluster.
## v9.0.1 (September 15th 2025)
### Implementation changes and bug fixes
- [PR #2328](https://github.com/rqlite/rqlite/pull/2328): Store CDC database in dedicated directory.
- [PR #2329](https://github.com/rqlite/rqlite/pull/2329): Switch go mod to version v9.
- [PR #2330](https://github.com/rqlite/rqlite/pull/2330): Support NONE queries on restart even if node not in cluster.
## v9.0.0 (September 15th 2025)
This release introduces Change Data Capture (CDC). When CDC is enabled any changes to the underlying SQLite database are streamed to a HTTP endpoint. Check out the [announcement blog post](https://philipotoole.com/rqlite-9-0-real-time-change-data-capture-for-distributed-sqlite/) for more details.