rqlite v7.5.0 Release Notes

Release Date: 2022-05-26 // almost 2 years ago
  • ๐Ÿ“š This release adds a new, higher-performance, option for writing to the database, known as Queued Writes. This allows users to trade off durability for high-performance writes to the database. See the documentation for full details.

    ๐Ÿ†• New features

    ๐Ÿ›  Implementation changes and bug fixes

    • โšก๏ธ PR #1027: go mod (dependencies) updates, including upgrading SQLite to 3.38.5.
    • ๐Ÿ›  PR #1030, PR #1032: Handle more connection errors. Fixes issue #1029.