Skip to content

Upgrade raft-rs to latest revision#8588

Merged
timvisee merged 1 commit into
devfrom
raft-rs-latest-revision
Apr 1, 2026
Merged

Upgrade raft-rs to latest revision#8588
timvisee merged 1 commit into
devfrom
raft-rs-latest-revision

Conversation

@agourlay

@agourlay agourlay commented Apr 1, 2026

Copy link
Copy Markdown
Member

Releases are no longer published following v0.7.0

This PR proposes to track the master branch to benefit from the latest changes.

The interesting changes are:

  • #557 — Fix: next index shall be larger than match index (correctness bug)
  • #561 — Fix: reset max_apply_unpersisted_log_limit in become_follower (correctness bug)
  • #543 — Fix: applied upper bound (correctness bug)
  • #574 — Avoid cloning byte arrays in public methods (performance)
  • #579 — Remove protobuf dependency when using prost-codec (smaller dependency tree)
  • #552 — New disable_proposal_forwarding config option

@agourlay agourlay marked this pull request as ready for review April 1, 2026 13:40
coderabbitai[bot]

This comment was marked as resolved.

@qdrant qdrant deleted a comment from coderabbitai Bot Apr 1, 2026
@timvisee timvisee merged commit cc45d9d into dev Apr 1, 2026
15 checks passed
@timvisee timvisee deleted the raft-rs-latest-revision branch April 1, 2026 13:47
@timvisee timvisee mentioned this pull request Apr 2, 2026
6 tasks
timvisee pushed a commit that referenced this pull request May 8, 2026
@timvisee timvisee mentioned this pull request May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants