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

Changelog History
Page 9

  • v4.0.1 Changes

    August 04, 2017
    • PR #316: CLI doesn't need pretty nor timed responses from node.
    • ๐Ÿ›  PR #334: Set Content-Type to "application/octet-stream" for backup endpoint. Fixes issue #333.
  • v4.0.0 Changes

    June 18, 2017

    ๐Ÿš€ The 4.0 release has renamed command-line options relative to earlier releases. This means that previous commands used to launch rqlited will not work. However the command-line changes are cosmetic, and each previous option maps 1-to-1 to a renamed option. Otherwise deployments of earlier releases can be upgraded to the 4.0 series without any other work.

    • PR #309: Tweak start-up logo.
    • ๐Ÿšš PR #308: Move to clearer command-line options.
    • ๐Ÿ›  PR #307: Support node-to-node encryption. Fixes issue #93.
    • ๐Ÿ‘ PR #310: HTTP service supports registration of Status providers; Mux is first client.
    • PR #315: Add status and help commands to CLI.
  • v3.14.0 Changes

    May 04, 2017
  • v3.13.0 Changes

    April 03, 2017
    • ๐ŸŒฒ PR #296: Log Go version at startup.
    • ๐Ÿ‘ PR #294: Support multiple explicit join addresses.
    • ๐Ÿ›  PR #297: CLI should explicitly handle redirects due to Go1.8. Fixes issue #295.
  • v3.12.1 Changes

    March 02, 2017
    • PR #291: Don't access Discovery Service if node already part of cluster.
  • v3.12.0 Changes

    March 01, 2017
    • PR #286: Tweak help output.
    • ๐ŸŒฒ PR #283: Main code should log to stderr.
    • PR #280, PR #281: Integrate with new Discovery Service.
    • PR #282: Retry cluster-join attempts on failure.
    • PR #289: rqlite HTTP clients should not automatically follow redirects.
  • v3.11.0 Changes

    February 12, 2017
    • ๐Ÿ”Š PR #268: Allow Store to wait for application of initial logs. Fixes issue #260.
    • PR #272: Add commit, branch, GOOS, and GOARCH, to output of --version.
    • PR #274: Use Hashicorp function to read peers. Thanks @WanliTian
    • ๐Ÿ›  PR #278: Add support for dot-commands .tables and .schema to rqlite CLI. Fixes issue #277.
  • v3.10.0 Changes

    January 29, 2017
    • ๐Ÿ”ง PR #261: Allow Raft Apply timeout to be configurable.
    • ๐ŸŒฒ PR #262: Log GOOS and GOARCH at startup.
  • v3.9.2 Changes

    January 14, 2017
  • v3.9.1 Changes

    December 29, 2016
    • ๐Ÿ›  PR #247: Simplify loading of SQLite dump files via single command execution. Fixes issue #246.
    • PR #247: Correct SQLite dump load authentication check.