Skip to content

Releases: hashicorp/raft

v1.3.4

07 Feb 19:50
d68b78b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

v1.3.3

06 Jan 16:21
656e6c0
Compare
Choose a tag to compare

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

14 Oct 18:00
Compare
Choose a tag to compare
add missing import

v1.1.4

12 Oct 20:22
Compare
Choose a tag to compare
add retraction to version 1.1.3

v1.1.3

12 Oct 18:03
617faaa
Compare
Choose a tag to compare

This version is retracted because the tag has an invalid go checksum

v1.3.2

21 Oct 02:03
e55a8bf
Compare
Choose a tag to compare
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

21 Oct 02:01
cfb599d
Compare
Choose a tag to compare
Merge pull request #465 from hashicorp/dnephin/fix-panic-in-decodePeers

Handle installSnapshot decodePeers error without a panic

v1.3.0

22 Apr 16:57
06cc4ed
Compare
Choose a tag to compare
Update Changelog (#464)

v1.2.0

05 Oct 19:35
ecd4720
Compare
Choose a tag to compare
Update CHANGELOG.md (#432)

Version 1.1.0

23 May 15:35
Compare
Choose a tag to compare
v1.1.0

Update changelog to have the new version