Skip to content

Releases: rqlite/rqlite

v3.5.0

05 Sep 22:52
Compare
Choose a tag to compare

rqlite is a distributed relational database, which uses SQLite as its storage engine. rqlite provides a lightweight, distributed, fault-tolerant store for critical relational data. With this release foreign key constraints are enabled by default on the underlying database.

See the CHANGELOG for full details.

Getting started

To download and run a single rqlite node, which automatically becomes leader, follow the directions below.

Linux

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

curl -L https://github.com/rqlite/rqlite/releases/download/v3.5.0/rqlited-v3.5.0-linux-amd64.tar.gz -o rqlited-v3.5.0-linux-amd64.tar.gz
tar xvfz rqlited-v3.5.0-linux-amd64.tar.gz
cd rqlited-v3.5.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/v3.5.0/rqlited-v3.5.0-darwin-amd64.tar.gz -o rqlited-v3.5.0-darwin-amd64.tar.gz
tar xvfz rqlited-v3.5.0-darwin-amd64.tar.gz
cd rqlited-v3.5.0-darwin-amd64
./rqlited ~/node.1

v3.4.1

02 Sep 03:34
Compare
Choose a tag to compare

rqlite is a distributed relational database, which uses SQLite as its storage engine. rqlite provides a lightweight, distributed, fault-tolerant store for critical relational data. This release includes very minor fixes, and source code improvements (linting).

See the CHANGELOG for full details.

Getting started

To download and run a single rqlite node, which automatically becomes leader, follow the directions below.

Linux

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

curl -L  https://github.com/rqlite/rqlite/releases/download/v3.4.1/rqlited-v3.4.1-linux-amd64.tar.gz -o rqlited-v3.4.1-linux-amd64.tar.gz
tar xvfz rqlited-v3.4.1-linux-amd64.tar.gz
cd rqlited-v3.4.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/v3.4.1/rqlited-3.4.1-darwin-amd64.tar.gz -o rqlited-v3.4.1-darwin-amd64.tar.gz
tar xvfz rqlited-v3.4.1-darwin-amd64.tar.gz
cd rqlited-v3.4.1-darwin-amd64
./rqlited ~/node.1

v3.4.0

07 Jul 07:22
Compare
Choose a tag to compare

rqlite is a distributed relational database, which uses SQLite as its storage engine. rqlite provides a reliable and distributed store for critical relational data. This release adds a new HTTP header to all responses from rqlite.

See the CHANGELOG for full details.

Getting started

To download and run a single rqlite node, which automatically becomes leader, follow the directions below.

Linux

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

curl -L  https://github.com/rqlite/rqlite/releases/download/v3.4.0/rqlited-v3.4.0-linux-amd64.tar.gz -o rqlited-v3.4.0-linux-amd64.tar.gz
tar xvfz rqlited-v3.4.0-linux-amd64.tar.gz
cd rqlited-v3.4.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/v3.4.0/rqlited-3.4.0-darwin-amd64.tar.gz -o rqlited-v3.4.0-darwin-amd64.tar.gz
tar xvfz rqlited-v3.4.0-darwin-amd64.tar.gz
cd rqlited-v3.4.0-darwin-amd64
./rqlited ~/node.1

v3.3.0

02 Jun 05:02
Compare
Choose a tag to compare

rqlite is a distributed relational database, which uses SQLite as its storage engine. rqlite provides a reliable and distributed store for critical relational data. This release adds the ability to control the Raft subsystem at a low-level, as well as some improvements to the CLI.

See the CHANGELOG for full details.

Getting started

To download and run a single rqlite node, which automatically becomes leader, follow the directions below.

Linux

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

curl -L  https://github.com/rqlite/rqlite/releases/download/v3.3.0/rqlited-v3.3.0-linux-amd64.tar.gz -o rqlited-v3.3.0-linux-amd64.tar.gz
tar xvfz rqlited-v3.3.0-linux-amd64.tar.gz
cd rqlited-v3.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/v3.3.0/rqlited-3.3.0-darwin-amd64.tar.gz -o rqlited-v3.3.0-darwin-amd64.tar.gz
tar xvfz rqlited-v3.3.0-darwin-amd64.tar.gz
cd rqlited-v3.3.0-darwin-amd64
./rqlited ~/node.1

v3.2.1

22 May 05:20
Compare
Choose a tag to compare

rqlite is a distributed relational database, which uses SQLite as its storage engine. rqlite provides a reliable and distributed store for critical relational data. This release fixes a bug where the wrong HTTP method was expected during the request to remove a node.

See the CHANGELOG for full details.

Getting started

To download and run a single rqlite node, which automatically becomes leader, follow the directions below.

Linux

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

curl -L  https://github.com/rqlite/rqlite/releases/download/v3.2.1/rqlited-v3.2.1-linux-amd64.tar.gz -o rqlited-v3.2.1-linux-amd64.tar.gz
tar xvfz rqlited-v3.2.1-linux-amd64.tar.gz
cd rqlited-v3.2.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/v3.2.1/rqlited-3.2.1-darwin-amd64.tar.gz -o rqlited-v3.2.1-darwin-amd64.tar.gz
tar xvfz rqlited-v3.2.1-darwin-amd64.tar.gz
cd rqlited-v3.2.1-darwin-amd64
./rqlited ~/node.1

v3.2.0

21 May 22:52
Compare
Choose a tag to compare

rqlite is a distributed relational database, which uses SQLite as its storage engine. rqlite provides a reliable and distributed store for critical relational data. This release includes enhanced cluster management functionality, and some bug fixes.

See the CHANGELOG for full details.

Getting started

To download and run a single rqlite node, which automatically becomes leader, follow the directions below.

Linux

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

curl -L  https://github.com/rqlite/rqlite/releases/download/v3.2.0/rqlited-v3.2.0-linux-amd64.tar.gz -o rqlited-v3.2.0-linux-amd64.tar.gz
tar xvfz rqlited-v3.2.0-linux-amd64.tar.gz
cd rqlited-v3.2.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/v3.2.0/rqlited-3.2.0-darwin-amd64.tar.gz -o rqlited-v3.2.0-darwin-amd64.tar.gz
tar xvfz rqlited-v3.2.0-darwin-amd64.tar.gz
cd rqlited-v3.2.0-darwin-amd64
./rqlited ~/node.1

v3.1.0

04 May 04:30
Compare
Choose a tag to compare

rqlite is a distributed relational database, which uses SQLite as its storage engine. rqlite provides a reliable and distributed store for critical relational data. This release includes a new CLI for rqlite.

See the CHANGELOG for full details.

Getting started

To download and run a single rqlite node, which automatically becomes leader, follow the directions below.

Linux

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

curl -L  https://github.com/rqlite/rqlite/releases/download/v3.1.0/rqlited-v3.1.0-linux-amd64.tar.gz -o rqlited-v3.1.0-linux-amd64.tar.gz
tar xvfz rqlited-v3.1.0-linux-amd64.tar.gz
cd rqlited-v3.1.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/v3.1.0/rqlited-3.1.0-darwin-amd64.tar.gz -o rqlited-v3.1.0-darwin-amd64.tar.gz
tar xvfz rqlited-v3.1.0-darwin-amd64.tar.gz
cd rqlited-v3.1.0-darwin-amd64
./rqlited ~/node.1

v3.0.1

02 May 01:10
Compare
Choose a tag to compare

rqlite is a distributed relational database, which uses SQLite as its storage engine. rqlite provides a reliable and distributed store for critical relational data. This release fixes a bug related to creating clusters involving non-routable IP addresses.

See the CHANGELOG for full details.

Getting started

To download and run a single rqlite node, which automatically becomes leader, follow the directions below.

Linux

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

curl -L  https://github.com/rqlite/rqlite/releases/download/v3.0.1/rqlited-v3.0.1-linux-amd64.tar.gz -o rqlited-v3.0.1-linux-amd64.tar.gz
tar xvfz rqlited-v3.0.1-linux-amd64.tar.gz
cd rqlited-v3.0.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/v3.0.1/rqlited-3.0.1-darwin-amd64.tar.gz -o rqlited-v3.0.1-darwin-amd64.tar.gz
tar xvfz rqlited-v3.0.1-darwin-amd64.tar.gz
cd rqlited-v3.0.1-darwin-amd64
./rqlited ~/node.1

v3.0.0

01 May 23:10
Compare
Choose a tag to compare

rqlite is a distributed relational database, which uses SQLite as its storage engine. rqlite provides a reliable and distributed store for critical relational data. This release adds leader redirection, meaning reads and writes and be sent to any node, and they will be redirected to the leader via HTTP 301. Release 3.0.0 also provides more networking options.

See the CHANGELOG for full details.

Getting started

To download and run a single rqlite node, which automatically becomes leader, follow the directions below.

Linux

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

curl -L  https://github.com/rqlite/rqlite/releases/download/v3.0.0/rqlited-v3.0.0-linux-amd64.tar.gz -o rqlited-v3.0.0-linux-amd64.tar.gz
tar xvfz rqlited-v3.0.0-linux-amd64.tar.gz
cd rqlited-v3.0.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/v3.0.0/rqlited-3.0.0-darwin-amd64.tar.gz -o rqlited-v3.0.0-darwin-amd64.tar.gz
tar xvfz rqlited-v3.0.0-darwin-amd64.tar.gz
cd rqlited-v3.0.0-darwin-amd64
./rqlited ~/node.1

v2.2.2

24 Apr 07:08
Compare
Choose a tag to compare

rqlite is a distributed relational database, which uses SQLite as its storage engine. rqlite provides a reliable and distributed store for critical relational data. This release fixes a significant bug related to in-memory databases.

See the CHANGELOG for full details.

Getting started

To download and run a single rqlite node, which automatically becomes leader, follow the directions below.

Linux

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

curl -L  https://github.com/rqlite/rqlite/releases/download/v2.2.2/rqlited-v2.2.2-linux-amd64.tar.gz -o rqlited-v2.2.2-linux-amd64.tar.gz
tar xvfz rqlited-v2.2.2-linux-amd64.tar.gz
cd rqlited-v2.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/v2.2.2/rqlited-v2.2.2-darwin-amd64.tar.gz -o rqlited-v2.2.2-darwin-amd64.tar.gz
tar xvfz rqlited-v2.2.2-darwin-amd64.tar.gz
cd rqlited-v2.2.2-darwin-amd64
./rqlited ~/node.1