* Sun Aug 03 2025 Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 8.43.1
* rqlite shell .dump supports limiting tables
* Protect table-specific dumping against SQL injection
* Support backing up specific tables
* Add "running inside Kubernetes" hint to /status
* Rollback transaction if restore fails
* Support providing backups in DELETE mode
* Add Raft transport-level logging
* Wed Jul 23 2025 Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 8.41.0:
* Add a HTTP API which instructs the Leader to stepdown,
transferring Leadership to another node in the cluster
* Allow specification of target node as new Leader during
Stepdown
* rqlite shell supports specifying ID of new leader node after
stepdown
* Wed Jul 09 2025 Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 8.39.1:
* Automatic Backup and Restore now supports Google Cloud Storage
* Fri Jul 04 2025 Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 8.38.3:
* Add CDC (change-data-capture) service
* Sat Jun 28 2025 Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 8.38.2:
* CLI supports RQLITE_HOST as connection environment variable
* Upgrade dependencies via 'go get'.
* Query supports returning Raft Index for Strong Consistency Reads
* Support returning Raft index in responses
* Add basic CDC streamer to database module
* Add CDC support to Store component
* Expose Raft log index via Store.Execute()
* Expose Raft log index via Store.Request()
* Support returning Raft Index in HTTP responses
* Upgrade go mod dependencies
* Sat Jun 07 2025 Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 8.37.4:
* Upgrade SQL parser
* Sat Jun 07 2025 Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 8.37.3:
* Upgrade SQL parser
* Mon Jun 02 2025 Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 8.37.2:
* Upgrade SQL parser
* Update Go dependencies
* Thu May 29 2025 Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 8.37.1:
* Prevent single-node cluster from joining another cluster
* update dependencies
* Sun May 04 2025 Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 8.37.0:
* Add support for automatically reloading all X.509 certificates
and keys