Skip to content

chore(deps): bump github.com/rqlite/rqlite/v8 from 8.36.12 to 8.43.4#511

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/rqlite/rqlite/v8-8.43.4
Open

chore(deps): bump github.com/rqlite/rqlite/v8 from 8.36.12 to 8.43.4#511
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/rqlite/rqlite/v8-8.43.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps github.com/rqlite/rqlite/v8 from 8.36.12 to 8.43.4.

Release notes

Sourced from github.com/rqlite/rqlite/v8's releases.

v8.43.4

rqlite is a lightweight, user-friendly, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant and highly-available store for your most important relational data. You can learn a lot more about rqlite at rqlite.io.

See the CHANGELOG for full details on v8.43.4, and check out the Assets section below for prebuilt binaries.

Getting started

Check out the Quick Start guide.

To download and run a single rqlite node follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

If you wish to build rqlite from source, check out this documentation.

Docker

Run a single node as follows:

docker run -p4001:4001 rqlite/rqlite

Check out the rqlite Docker page for more details on running rqlite via Docker, including how to deploy a cluster.

Linux

Builds for a variety of CPU architectures are available. See the Assets section below.

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

curl -L https://github.com/rqlite/rqlite/releases/download/v8.43.4/rqlite-v8.43.4-linux-amd64.tar.gz -o rqlite-v8.43.4-linux-amd64.tar.gz
tar xvfz rqlite-v8.43.4-linux-amd64.tar.gz
cd rqlite-v8.43.4-linux-amd64
./rqlited data/

macOS

Install via Homebrew.

brew install rqlite

Windows

You can download a pre-built release for Windows in one of two ways:

v8.43.3

rqlite is a lightweight, user-friendly, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant and highly-available store for your most important relational data. You can learn a lot more about rqlite at rqlite.io.

See the CHANGELOG for full details on v8.43.3, and check out the Assets section below for prebuilt binaries.

Getting started

... (truncated)

Changelog

Sourced from github.com/rqlite/rqlite/v8's changelog.

v8.43.4 (August 27th 2025)

Implementation changes and bug fixes

v8.43.3 (August 14th 2025)

Implementation changes and bug fixes

v8.43.2 (August 6th 2025)

Implementation changes and bug fixes

v8.43.1 (August 3rd 2025)

Implementation changes and bug fixes

v8.43.0 (July 31st 2025)

... (truncated)

Commits
  • a127df4 Update CHANGELOG for v8.43.4 release date
  • dd1b2fe go mod updates
  • 4b6afa6 Extend timeout for GetMessageCount test
  • 2b79732 Fix CLI routing by using unified /db/request endpoint for all SQL
  • 8594cff Remove highwatermark persisting
  • 53a32a4 CDC service failure and retry testing
  • d9a6343 Dedupe HWM updates
  • a59d497 Cluster-level CDC system testing
  • 95a2e12 Futher improvements to FIFO queue
  • a7c1b56 Basic CDC system test
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 20, 2026
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/rqlite/rqlite/v8-8.43.4 branch from 4b9c53c to 3185738 Compare April 23, 2026 10:50
Bumps [github.com/rqlite/rqlite/v8](https://github.com/rqlite/rqlite) from 8.36.12 to 8.43.4.
- [Release notes](https://github.com/rqlite/rqlite/releases)
- [Changelog](https://github.com/rqlite/rqlite/blob/master/CHANGELOG.md)
- [Commits](rqlite/rqlite@v8.36.12...v8.43.4)

---
updated-dependencies:
- dependency-name: github.com/rqlite/rqlite/v8
  dependency-version: 8.43.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/rqlite/rqlite/v8-8.43.4 branch from 3185738 to e727901 Compare April 27, 2026 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants