v0.3.16
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
- @taurus-forever made their first contribution in #202
- @Generalsimus made their first contribution in #199
Full Changelog: v0.3.15...v0.3.16