- Support for automated recovery of corrupt segments upon startup. When detecting a corrupt segment, raft will rename the segment to
corrupt-{timestamp}-{original-name}
and attempt to start again, once. This behaviour can be disabled withraft_uv_set_auto_recovery
. - Support for
raft_uv_tcp_set_bind_address
. - Deprecate
raft_fixture_init
, useraft_fixture_initialize
combined withraft_fixture_grow
. - Bugfixes.