raft v1.1.2 Release Notes

Release Date: 2020-01-17 // over 4 years ago
  • ๐Ÿ”‹ FEATURES

    • ๐Ÿ‘Œ Improve FSM apply performance through batching. Implementing the BatchingFSM interface enables this new feature [GH-364]
    • โž• Add ability to obtain Raft configuration before Raft starts with GetConfiguration [GH-369]

    ๐Ÿ‘Œ IMPROVEMENTS

    • โœ‚ Remove lint violations and add a make rule for running the linter.
    • Replace logger with hclog [GH-360]
    • ๐Ÿ”ง Read latest configuration independently from main loop [GH-379]

    ๐Ÿ› BUG FIXES

    • Export the leader field in LeaderObservation [GH-357]
    • ๐Ÿ›  Fix snapshot to not attempt to truncate a negative range [GH-358]
    • Check for shutdown in inmemPipeline before sending RPCs [GH-276]