Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Releases: BlockscapeNetwork/raftify

v0.3.0

27 Aug 14:23
ef56bea
Compare
Choose a tag to compare

General Changes

  • Added custom handling for intended leave events in order to distinguish them better from crash-related ones

v0.2.0

30 Jul 08:11
927688f
Compare
Choose a tag to compare

Breaking Changes

  • InitNode is now blocking. This means that on startup up a node, it will only unblock once the cluster is properly bootstrapped, that is if the expected number of nodes have formed a cluster

Bugfixes

  • Fixed a bug that prevented nodes with expect = 1 from becoming the cluster leader if there were other peers listed in the peerlist of the raftify.json file
  • Fixed a bug that prevented the prevote quorum from being adjusted to the new cluster size
  • Fixed a bug that caused a node to get stuck after a rejoin during operation

General Changes

  • Bump to memberlist v0.2.2
  • Added version info on startup

Testing

  • Added more unit tests for more stable code coverage

v0.1.0

29 Apr 10:02
Compare
Choose a tag to compare

First release