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

Changelog History
Page 1

  • v7.12.0 Changes

    December 01, 2022

    🆕 New features

    • PR #1121: Transparently forward node-removal requests to Leader.
    • 👍 PR #1125: Support fetching a subset of expvar information.
    • 👍 PR #1134: Support stepping down as Leader before shutting down.

    🛠 Implementation changes and bug fixes

  • v7.11.0 Changes

    November 15, 2022

    🆕 New features

  • v7.10.1 Changes

    November 11, 2022

    🛠 Implementation changes and bug fixes

    • PR #1097, PR #1110: Start HTTP server as soon as possible after launch.
    • PR #1098: Bootstrapper doesn't need to know the bootstrap-expect value.
    • PR #1099: Add explicit .exit option to CLI.
    • PR #1102: Use BasicAuth redaction functionality from the standard library.
    • ⬆️ PR #1108: Add more upgrade testing.
    • 0️⃣ PR #1109: Higher Queued Writes defaults
    • ⚡️ PR #1113: go mod updates
  • v7.10.0 Changes

    October 26, 2022

    🆕 New features

    • ⬆️ PR #1096: Upgrade to SQLite 3.39.4.

    🛠 Implementation changes and bug fixes

    • ⚡️ PR #1094: Update packages to resolve CVE-2022-32149 and CVE-2022-27664. Thanks @sgalsaleh
    • 🚀 PR #1095: Log, and add to version output, the SQLite release.
    • ⚡️ PR #1096: go mod updates.
  • v7.9.2 Changes

    October 24, 2022

    🚀 This release addresses a shortcoming in inter-node communications. Nodes now consistently encode the length of those communications using 8-byte values. If any node in a cluster is upgraded to this release, then all nodes in that cluster should be.

    🛠 Implementation changes and bug fixes

    • 🚚 PR #1089: Move to 8-byte Protobuf lengths for cluster communications. Fixes issue #1088.
    • PR #1090: Correct error handling for remote load and backup failures.
  • v7.9.1 Changes

    October 23, 2022

    🛠 Implementation changes and bug fixes

    • PR #1086: Restoring via follower should have same HTTP response body.
    • PR #1087: Notified and joined node checks address resolution.
  • v7.9.0 Changes

    October 22, 2022

    🚀 This release makes it more convenient to load SQLite files directly into rqlite, as any node can now process the request. For this to work however, all nodes in your cluster must be running 7.9.0 (or later). Otherwse 7.9.0 is fully compatible with earlier release, so a rolling upgrade process is an option.

    🆕 New features

    • PR #1084: Transparently forward SQLite data Restore requests to Leaders.

    🛠 Implementation changes and bug fixes

    • 🔊 PR #1085: Improved logs during joining.
  • v7.8.0 Changes

    October 20, 2022

    🚀 This release makes it more convenient to retrieve a backup. Now any node can provide a backup of the underlying SQLite database. For this to work however, all nodes in your cluster must be running 7.8.0 (or later). Otherwse 7.8.0 is fully compatible with earlier release, so a rolling upgrade process is an option.

    🆕 New features

    • PR #1081: Transparently forward Backup requests to Leaders.

    🛠 Implementation changes and bug fixes

    • PR #1079: Use a Protobuf model for Backup requests.
    • PR #1078: Decrease bootstrap polling interval from 5 seconds to 2 seconds.
    • 🔨 PR #1082: Small refactor of backup code.
  • v7.7.2 Changes

    October 14, 2022

    🛠 Implementation changes and bug fixes

  • v7.7.1 Changes

    October 13, 2022

    🛠 Implementation changes and bug fixes