rqlite v7.9.0 Release Notes

Release Date: 2022-10-22 // over 1 year ago
  • ๐Ÿš€ This release makes it more convenient to load SQLite files directly into rqlite, as any node can now process the request. For this to work however, all nodes in your cluster must be running 7.9.0 (or later). Otherwse 7.9.0 is fully compatible with earlier release, so a rolling upgrade process is an option.

    ๐Ÿ†• New features

    • โช PR #1084: Transparently forward SQLite data Restore requests to Leaders.

    ๐Ÿ›  Implementation changes and bug fixes

    • ๐Ÿ”Š PR #1085: Improved logs during joining.