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

Changelog History
Page 8

  • v4.5.0 Changes

    April 24, 2019

    rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant store for critical relational data.

    ๐Ÿ“š Release 4.5.0 allows a root Certificate Authority cert to be passed to the CLI. See the CHANGELOG for full details. And if you wish to build rqlite from source, check out this documentation.

    Getting started

    ๐Ÿ“š To download and run a single rqlite node, which automatically becomes leader, follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

    ๐Ÿง Linux

    ๐Ÿง To download and start rqlite on Linux, execute the following in a shell.

    curl -L https://github.com/rqlite/rqlite/releases/download/v4.5.0/rqlite-v4.5.0-linux-amd64.tar.gz -o rqlite-v4.5.0-linux-amd64.tar.gz
    tar xvfz rqlite-v4.5.0-linux-amd64.tar.gz
    cd rqlite-v4.5.0-linux-amd64
    ./rqlited ~/node.1
    

    OSX

    OSX is not yet available, but can be easily built from source.

    ๐Ÿ Windows

    ๐Ÿš€ rqlite can be built for Windows, and compatibility is ensured at all times via AppVeyor. However you may need to build a specific release yourself, though the top-of-tree build is available for download from AppVeyor. Check out the CI build for Windows for more details.

  • v4.4.0 Changes

    January 03, 2019

    rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant store for critical relational data.

    ๐Ÿ“š Release 4.4.0 allows the Raft election timeout to be set. See the CHANGELOG for full details. And if you wish to build rqlite from source, check out this documentation.

    Getting started

    ๐Ÿ“š To download and run a single rqlite node, which automatically becomes leader, follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

    ๐Ÿง Linux

    ๐Ÿง To download and start rqlite on Linux, execute the following in a shell.

    curl -L https://github.com/rqlite/rqlite/releases/download/v4.4.0/rqlite-v4.4.0-linux-amd64.tar.gz -o rqlite-v4.4.0-linux-amd64.tar.gz
    tar xvfz rqlite-v4.4.0-linux-amd64.tar.gz
    cd rqlite-v4.4.0-linux-amd64
    ./rqlited ~/node.1
    

    OSX

    ๐Ÿš€ This release is not yet available for OSX.

    ๐Ÿ Windows

    ๐Ÿš€ rqlite can be built for Windows, and compatibility is ensured at all times via AppVeyor. However you may need to build a specific release yourself, though the top-of-tree build is available for download from AppVeyor. Check out the CI build for Windows for more details.

  • v4.3.1 Changes

    October 10, 2018

    rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant store for critical relational data.

    ๐Ÿ“š Release 4.3.1 includes a change such that when a node detects that it has been removed from a cluster the node no longer shutdowns its Raft system. This allows nodes to rejoin with the same IP address, as long as the all data under the node has been first deleted. See the CHANGELOG for full details. And if you wish to build rqlite from source, check out this documentation.

    Getting started

    ๐Ÿ“š To download and run a single rqlite node, which automatically becomes leader, follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

    ๐Ÿง Linux

    ๐Ÿง To download and start rqlite on Linux, execute the following in a shell.

    curl -L https://github.com/rqlite/rqlite/releases/download/v4.3.1/rqlite-v4.3.1-linux-amd64.tar.gz -o rqlite-v4.3.1-linux-amd64.tar.gz
    tar xvfz rqlite-v4.3.1-linux-amd64.tar.gz
    cd rqlite-v4.3.1-linux-amd64
    ./rqlited ~/node.1
    

    OSX

    To download and start rqlite on OSX, execute the following in a shell.

    curl -L https://github.com/rqlite/rqlite/releases/download/v4.3.1/rqlite-v4.3.1-darwin-amd64.tar.gz -o rqlite-v4.3.1-darwin-amd64.tar.gz
    tar xvfz rqlite-v4.3.1-darwin-amd64.tar.gz
    cd rqlite-v4.3.1-darwin-amd64
    ./rqlited ~/node.1
    

    ๐Ÿ Windows

    ๐Ÿš€ rqlite can be built for Windows, and compatibility is ensured at all times via AppVeyor. However you may need to build a specific release yourself, though the top-of-tree build is available for download from AppVeyor. Check out the CI build for Windows for more details.

  • v4.3.0 Changes

    March 18, 2018

    rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant store for critical relational data.

    ๐Ÿ“š Release 4.3.0 includes some minor security enhancements. See the CHANGELOG for full details. And if you wish to build rqlite from source, check out this documentation.

    Getting started

    ๐Ÿ“š To download and run a single rqlite node, which automatically becomes leader, follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

    ๐Ÿง Linux

    ๐Ÿง To download and start rqlite on Linux, execute the following in a shell.

    curl -L https://github.com/rqlite/rqlite/releases/download/v4.3.0/rqlite-v4.3.0-linux-amd64.tar.gz -o rqlite-v4.3.0-linux-amd64.tar.gz
    tar xvfz rqlite-v4.3.0-linux-amd64.tar.gz
    cd rqlite-v4.3.0-linux-amd64
    ./rqlited ~/node.1
    

    OSX

    To download and start rqlite on OSX, execute the following in a shell.

    curl -L https://github.com/rqlite/rqlite/releases/download/v4.3.0/rqlite-v4.3.0-darwin-amd64.tar.gz -o rqlite-v4.3.0-darwin-amd64.tar.gz
    tar xvfz rqlite-v4.3.0-darwin-amd64.tar.gz
    cd rqlite-v4.3.0-darwin-amd64
    ./rqlited ~/node.1
    

    ๐Ÿ Windows

    ๐Ÿš€ rqlite can be built for Windows, and compatibility is ensured at all times via AppVeyor. However you may need to build a specific release yourself, though the top-of-tree build is available for download from AppVeyor. Check out the CI build for Windows for more details.

  • v4.2.3 Changes

    February 21, 2018

    rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant store for critical relational data.

    ๐Ÿ“š Release 4.2.3 includes some minor fixes. See the CHANGELOG for full details. And if you wish to build rqlite from source, check out this documentation.

    Getting started

    ๐Ÿ“š To download and run a single rqlite node, which automatically becomes leader, follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

    ๐Ÿง Linux

    ๐Ÿง To download and start rqlite on Linux, execute the following in a shell.

    curl -L https://github.com/rqlite/rqlite/releases/download/v4.2.3/rqlite-v4.2.3-linux-amd64.tar.gz -o rqlite-v4.2.3-linux-amd64.tar.gz
    tar xvfz rqlite-v4.2.3-linux-amd64.tar.gz
    cd rqlite-v4.2.3-linux-amd64
    ./rqlited ~/node.1
    

    OSX

    ๐Ÿ— No build available for OSX yet, though 4.2.2 is available and is very similar.

    ๐Ÿ Windows

    ๐Ÿš€ rqlite can be built for Windows, and compatibility is ensured at all times via AppVeyor. However you may need to build a specific release yourself, though the top-of-tree build is available for download from AppVeyor. Check out the CI build for Windows for more details.

  • v4.2.2 Changes

    December 07, 2017

    rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant store for critical relational data.

    ๐Ÿ“š Release 4.2.2 includes some minor fixes. See the CHANGELOG for full details. And if you wish to build rqlite from source, check out this documentation.

    Getting started

    ๐Ÿ“š To download and run a single rqlite node, which automatically becomes leader, follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

    ๐Ÿง Linux

    ๐Ÿง To download and start rqlite on Linux, execute the following in a shell.

    curl -L https://github.com/rqlite/rqlite/releases/download/v4.2.2/rqlite-v4.2.2-linux-amd64.tar.gz -o rqlite-v4.2.2-linux-amd64.tar.gz
    tar xvfz rqlite-v4.2.2-linux-amd64.tar.gz
    cd rqlite-v4.2.2-linux-amd64
    ./rqlited ~/node.1
    

    OSX

    To download and start rqlite on OSX, execute the following in a shell.

    curl -L https://github.com/rqlite/rqlite/releases/download/v4.2.2/rqlite-v4.2.2-darwin-amd64.tar.gz -o rqlite-v4.2.2-darwin-amd64.tar.gz
    tar xvfz rqlite-v4.2.2-darwin-amd64.tar.gz
    cd rqlite-v4.2.2-darwin-amd64
    ./rqlite ~/node.1
    

    ๐Ÿ Windows

    ๐Ÿš€ rqlite can be built for Windows, and compatibility is ensured at all times via AppVeyor. However you may need to build a specific release yourself, though the top-of-tree build is available for download from AppVeyor. Check out the CI build for Windows for more details.

  • v4.2.1 Changes

    November 10, 2017
    • ๐Ÿšš PR #367: Remove superflous leading space at CLI prompt.
    • PR #368: CLI displays clear error message when not authorized.
    • PR #370: CLI does not need to indent JSON when making requests.
    • PR #373, PR #374: Add simple INSERT-only benchmarking tool.
  • v4.2.0 Changes

    October 19, 2017
  • v4.1.0 Changes

    September 03, 2017
    • PR #342: Add missing Store parameters to diagnostic output.
    • ๐Ÿ‘ PR #343: Support fetching expvar information via CLI.
    • PR #344: Make read-consistency query param value case-insensitive.
    • โœ… PR #345: Add unit test coverage for status and expvar endpoints.
  • v4.0.2 Changes

    August 08, 2017
    • PR #337: Include any query params with 301 redirect URL.