All Versions
108
Latest Version
Avg Release Cycle
14 days
Latest Release
299 days ago
Changelog History
Page 9
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.
-
v3.14.0 Changes
May 04, 2017- PR #304: Switch to Go 1.8.1.
-
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.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 -
v3.9.2 Changes
January 14, 2017- ๐ PR #253: Handle nil row returned by SQL execer. Fixes issue #253.
- ๐ PR #258: Remove check that all queries begin with SELECT. Fixes issue #255.
-
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.