rqlite v7.1.0 Release Notes

Release Date: 2022-01-28 // about 2 years ago
  • This release introduces a new automatic clustering approach, known as Bootstrapping, which allows rqlite clusters to form without assistance from an external system such as Consul. This can be very useful for certain deployment scenarios. See the documentation for full details on using the new Bootstrapping mode. Special thanks to Nathan Ferch for his advice regarding the design and development of this feature.

    ๐Ÿ†• New features

    • ๐Ÿ‘ PR #974: Add support for automatically bootstrapping clusters from just rqlite nodes.