Package Release Info

raft-0.17.1-bp155.1.5

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libraft3
raft-devel

Change Logs

* Fri Jan 20 2023 Andreas Stieger <andreas.stieger@gmx.de>
- raft 0.17.1:
  * not API compatible
  * Correct quorum calculation that determines when it's safe to
    apply a log entry
  * Ensuring that a "known good" configuration is always available
    to roll back to when a new configuration can't be committe
  * Fix potential crashes when a Raft state transition occurs
    during an asynchronous operation like writing to disk.
* Sun Dec 04 2022 Andreas Stieger <andreas.stieger@gmx.de>
- raft 0.16.0:
  * support for hostnames
  * bug fixes
* Mon Sep 05 2022 Andreas Stieger <andreas.stieger@gmx.de>
- raft 0.15.0:
  * raft_io version 2 introducing async_work
  * raft_fsm version introducing snapshot_async
  * disable failing test for libuv 1.44.2 and higher
* Tue Jul 12 2022 Andreas Stieger <andreas.stieger@gmx.de>
- raft 0.14.0:
  * Support for automated recovery of corrupt segments upon startup
  * Bug fixes and developer visible changes
Version: 0.13.0-bp154.1.1
* 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