AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- raft 0.13.0: * move to raft_fsm v2 introducing snapshot_finalize
- raft 0.11.3: * initial support for tracing * protocol bug fixes
- raft 0.11.2: * set start_index correctly when no closed segments are present * uv_segment code correctnes fixes * replication: do not send snapshots to offline nodes
- raft 0.11.1: * libuv implementation will use lz4 to compress snapshots * minor bug fixes
- raft 0.10.1: * Add raft_set_initial_shapshot_timeout to API
- raft 0.9.25: * Add APIs to configure timeouts when promoting a stand-by * Improve detection of the version of the ZFS kernel module * Honor endianness when decoding test FSM commands
- raft 0.9.24: * updates to tests
- raft 0.9.23: * Disable async for UBIFS * Reset vote when converting to candidate and starting a prevote round * use internal configuration APIs in uv module
- raft 0.9.22: * various raft protocol fixes