Skip to content

v0.3.16

Choose a tag to compare

@bakwc bakwc released this 14 Aug 20:21
· 3 commits to master since this release

What's Changed

  • Persist raft currentTerm and votedFor to fix data divergence on simultaneous restart by @taurus-forever in #202
  • Add ability to transfer Raft leader to another node by @taurus-forever in #200
  • Benchmarks: support py3 by @gmelikov in #198
  • fix startup deadlock when raftCommitIndex exceeds journal after crash by @gmelikov in #197
  • Fix ResizableFile.write() crash when a single resize is not enough by @Generalsimus in #199

New Contributors

Full Changelog: v0.3.15...v0.3.16