Skip to content

v1.0.1 release

Compare
Choose a tag to compare
@datatechnology datatechnology released this 08 Nov 21:02
· 22 commits to master since this release

This release has the following updates and fixes,

  1. Fix an asio_service bug that could lead to segmentation fault when shutdown the service
  2. Add cookie support for log_entry to reduce the chance that leader needs to deserialize state machine requests from log entry
  3. Add is_reader and replicate_log apis so that the user of raft_server can check leader status and replicate log with cookies
  4. Add pub/sub for raft_server events, enabling the user code could know about when raft becomes a leader, follower or when the state machine catch up all committed logs