Changelog History
Page 8
-
v4.5.0 Changes
April 24, 2019rqlite 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, 2019rqlite 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, 2018rqlite 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, 2018rqlite 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, 2018rqlite 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, 2017rqlite 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.0 Changes
October 19, 2017 -
v4.0.2 Changes
August 08, 2017- PR #337: Include any query params with 301 redirect URL.