This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
Releases: BlockscapeNetwork/raftify
Releases · BlockscapeNetwork/raftify
v0.3.0
v0.2.0
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
First release