libraft v0.2.0.0 Release Notes

    • ๐Ÿ”‹ Feature: Client requests are now cached by the current leader such that duplicate client requests are not serviced
    • ๐Ÿ› Bug Fix: Fix issue in concurrent timer not resetting properly when the timeout was set to values under 500ms
    • ๐Ÿ”‹ Feature: Client read requests can now query entries by index or range of indices
    • ๐Ÿ‘Œ Improvement: Raft nodes now only write to disk if the state changes during handling of events
    • ๐Ÿ”‹ Feature: Users can now specify what severity of log messages should be logged
    • ๐Ÿ› Bug Fix: Receiving all data from a socket in the RaftSocketT monad transformer RaftRecvX typeclass instances inducing a deadlock has been rewritten
    • ๐Ÿ”‹ Feature: A PostgreSQL backend has been added for storage of log entries