rqlite v7.4.0 Release Notes

Release Date: 2022-05-10 // almost 2 years ago
  • ๐Ÿš€ With this release rqlite supports restoring a node from an actual SQLite file, which is very much faster than restoring using the SQL dump representation of the same SQLite database.

    ๐Ÿ†• New features

    • ๐Ÿ›  PR #1017, PR #1018: Support restoring from SQLite data files. Fixes issue #1005. ### ๐Ÿ›  Implementation changes and bug fixes
    • โšก๏ธ PR #1015: go mod (dependencies) updates.