rqlite v7.2.0 Release Notes

Release Date: 2022-02-01 // over 2 years ago
  • ๐Ÿ“š This release introduces supported for DNS-based and DNS SRV -based autoclustering. rqlite can now lookup a DNS record for specified host, and use the network addresses returned to bootstrap the cluster. This can make it much easier to create rqlite clusters using the kinds of Service-Discovery mechanisms you find on Consul and Kubernetes, which are often based on DNS. See the documentation for full details on using DNS-based autoclustering.

    ๐Ÿ†• New features

    ๐Ÿ›  Implementation changes and bug fixes

    • PR #976: Improve /readyz response.
    • PR #978: Return error on join request if node ID is the same as receiving node.
    • ๐Ÿšš PR #980: Move config validation to Config type.
    • PR #981: Add curent time to node /status output.
    • PR #982: /readyz can skip leader check via noleader query param.
    • PR #984: Count number of /status and /readyz requests via expvar.
    • ๐Ÿ”จ PR #986: Refactor join code with new Joiner type.
    • โฌ†๏ธ PR #987: Upgrade to SQLite 3.37.0.