8000 Release Raft version 0.7.0 · willemt/raft · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Raft version 0.7.0

Latest
Compare
Choose a tag to compare
@willemt willemt released this 09 Jan 23:54
· 57 commits to master since this release

This is a major release and contains backwards incompatible changes.

Changes

  • Log compaction is natively supported (3ee2c46)

Bugfixes

  • The log API is fuzz tested. Just run: make fuzzer_tests. Several edge cases have been identified and fixed. The bugs were mostly related to log wrapping. (f0a2279, b912ff5)
  • Fixed a rare chance of prevLogIdx < commit index breaking operations (396f7b7)
0