Package Release Info

raft-0.13.0-bp154.1.1

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libraft2
raft-devel

Change Logs

* Tue Apr 19 2022 Andreas Stieger <andreas.stieger@gmx.de>
- raft 0.13.0:
  * move to raft_fsm v2 introducing snapshot_finalize
* Tue Feb 01 2022 Andreas Stieger <andreas.stieger@gmx.de>
- raft 0.11.3:
  * initial support for tracing
  * protocol bug fixes
* Sun Aug 08 2021 Andreas Stieger <andreas.stieger@gmx.de>
- 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
* Tue Jun 22 2021 Andreas Stieger <andreas.stieger@gmx.de>
- raft 0.11.1:
  * libuv implementation will use lz4 to compress snapshots
  * minor bug fixes
* Wed May 05 2021 Andreas Stieger <andreas.stieger@gmx.de>
- raft 0.10.1:
  * Add raft_set_initial_shapshot_timeout to API
* Sat Sep 12 2020 Andreas Stieger <andreas.stieger@gmx.de>
- 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
* Mon Jul 27 2020 Andreas Stieger <andreas.stieger@gmx.de>
- raft 0.9.24:
  * updates to tests
* Fri Jul 10 2020 Andreas Stieger <andreas.stieger@gmx.de>
- 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
* Wed Jun 03 2020 Andreas Stieger <andreas.stieger@gmx.de>
- raft 0.9.22:
  * various raft protocol fixes