rqlite v2.0 Release Notes

Release Date: 2016-04-05 // about 8 years ago
    • timings URL param to control presence of timing information in response.
    • PR #74: Use SQLite connection directly. Thanks @zmedico.
    • โšก๏ธ Update operations return last-inserted ID.
    • Column-oriented API responses.
    • Types in API response body.
    • Query times in addition to sum of query times.
    • ๐Ÿ†• New Raft consensus module, built on Hashsicorp's implementation.
    • ๐Ÿ‘ Hot backup support.
    • Selectable read-consistency levels of none, weak, and strong.
    • SQLite file size added to HTTP API status endpoint.
    • ๐Ÿ‘ expvar support added to HTTP server.