libraft v0.1.2.0 Release Notes

    • โž• Added a heartbeat broadcast by leader on read requests from client to ensure that the node is leader before responding to client
    • ๐ŸŒฒ Each log entry is now linked by sha256 hash to the log entry immediately preceding it
    • ๐Ÿ›  Fixed bug where the last log entry was not being read from disk before starting the main event loop
    • โž• Added quickcheck-state-machine tests for black-box testing of the raft-example client program