Releases: hashicorp/raft
Releases · hashicorp/raft
v1.3.7
v1.3.6
v1.3.5
v1.3.4
What's Changed
- Deprecate Staging suffrage and Promote command by @dnephin in #486
- Miscellaneous godoc and comment improvements by @dnephin in #485
- Leadership transfer gaps by @dhiaayachi in #487
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- Adding some finer grained metrics around RPC processing by @mkeeler in #480
- a NonVoter node should never be able to transition to a Candidate state by @dhiaayachi in #483
v1.2.1
add missing import
v1.1.4
add retraction to version 1.1.3
v1.1.3
This version is retracted because the tag has an invalid go checksum
v1.3.2
Forbid removed node from being a `Candidate` (#476) * modify `TestRaft_RemoveFollower` to check removed node state * add test to verify that a removed node is not able to vote * do not transition to `Candidate` state if not part of stable configuration * add some comments to the tests * do not return if not transitioning state * add wait loop to test * remove test related to removed node voting * check `inConfig` instead of `hasVote` * updating warn log message to be more accurate
v1.3.1
Merge pull request #465 from hashicorp/dnephin/fix-panic-in-decodePeers Handle installSnapshot decodePeers error without a panic