libraft v0.6.0.0 Release Notes

    • ๐Ÿ”‹ Feature: Optimized (reduced) the number of RPC messages sent between leader and follower for the follower to reconcile a log disparity resulting from network partitions.

    • API change: Added a type parameter to many internal datatypes and type classes, most importantly of which the RaftT monad transformer with which raft nodes are spawned.

    • ๐Ÿ› Bug Fix: Validation of log entries upon appending them to a node's local log no longer causes the nodes to crash; The leader now properly validates log entries before replicating them to all followers.