All Versions
108
Latest Version
Avg Release Cycle
14 days
Latest Release
504 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

    • โšก๏ธ PR #1120: go mod updates.
    • PR #1126: Add Queue instrumentation.
    • PR #1127: Clearer Queued Writes loop logic.
    • PR #1128: Add ResetStats to some modules.
  • 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