All Versions
108
Latest Version
Avg Release Cycle
14 days
Latest Release
483 days ago

Changelog History
Page 11

  • v3.1.0 Changes

    May 04, 2016
    • PR #118: New rqlite CLI. Thanks @mkideal
    • PR #125: Add Go runtime details to status endpoint.
  • v3.0.1 Changes

    May 01, 2016
    • PR #117: Use Raft advertise address, if exists, during join.
  • v3.0.0 Changes

    May 01, 2016

    ๐ŸŒฒ The Raft log format in 3.0 is not compatible with the 2.0 series. To upgrade from an earlier version to this release you should backup your 2.0 leader node, and replay the database dump into a new 3.0 cluster. The HTTP API remains unchanged however.

    • PR #116: Allow HTTP advertise address to be set.
    • ๐Ÿ‘ PR #115: Support advertising address different than Raft bind address.
    • 0๏ธโƒฃ PR #113: Switch to in-memory SQLite databases by default.
    • PR #109: Nodes broadcast meta to cluster via Raft.
    • PR #109, PR #111: Leader redirection
    • PR #104: Handle the -join option sensibly when already member of cluster.
  • v2.2.2 Changes

    April 24, 2016
    • ๐Ÿ— PR #96: Add build time to status output.
    • โช PR #101: Fix restore to in-memory databases.
  • v2.2.1 Changes

    April 19, 2016
    • PR #95: Correctly set HTTP authentication.
  • v2.2.0 Changes

    April 18, 2016
    • ๐Ÿ‘ PR #84: Encrypted API (HTTPS) now supported.
    • ๐Ÿ‘ PR #85: BasicAuth support.
    • ๐Ÿ‘ PR #85: User-level permissions support.
    • ๐Ÿ–จ Print rqlited logo on start-up.
    • โœ… End-to-end single-node and multi-node unit tests.
  • v2.0 Changes

    April 05, 2016
    • 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.
  • v1.0 Changes

    June 23, 2015

    ๐Ÿš€ Check out this tag for full details.