raft v1.1.1 Release Notes

Release Date: 2019-07-23 // almost 5 years ago
  • ๐Ÿ”‹ FEATURES

    • โž• Add support for extensions to be sent on log entries [GH-353]
    • โž• Add config option to skip snapshot restore on startup [GH-340]
    • โž• Add optional configuration store interface [GH-339]

    ๐Ÿ‘Œ IMPROVEMENTS

    • ๐Ÿ”Š Break out of group commit early when no logs are present [GH-341]

    ๐Ÿ›  BUGFIXES

    • ๐Ÿ›  Fix 64-bit counters on 32-bit platforms [GH-344]
    • โช Don't defer closing source in recover/restore operations since it's in a loop [GH-337]