2021-06-24 06:35:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 22 20:58:38 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
|
|
- raft 0.11.1:
|
|
|
|
|
* libuv implementation will use lz4 to compress snapshots
|
|
|
|
|
* minor bug fixes
|
|
|
|
|
|
2021-05-05 11:08:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 5 09:57:55 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
|
|
- raft 0.10.1:
|
|
|
|
|
* Add raft_set_initial_shapshot_timeout to API
|
|
|
|
|
|
2020-09-12 07:56:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Sep 12 07:30:01 UTC 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
|
|
|
|
|
|
2020-07-27 00:48:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jul 27 00:46:44 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
|
|
- raft 0.9.24:
|
|
|
|
|
* updates to tests
|
|
|
|
|
|
2020-07-10 22:37:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jul 10 22:35:29 UTC 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
|
|
|
|
|
|
2020-06-03 08:49:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jun 3 08:46:43 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
|
|
- raft 0.9.22:
|
|
|
|
|
* various raft protocol fixes
|
|
|
|
|
|
2020-05-13 07:40:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 13 07:38:07 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
|
|
- raft 0.9.19:
|
|
|
|
|
* New raft_aligned_free() API
|
|
|
|
|
* Fix coverity findings/ and compiler warnings
|
|
|
|
|
|
2020-04-28 19:41:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Apr 28 19:37:09 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
|
|
- raft 0.9.18:
|
|
|
|
|
* ignore empty snapshot data files, and other bug fixes
|
|
|
|
|
|
2020-01-31 18:06:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 31 18:03:36 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
|
|
- raft 0.9.17:
|
|
|
|
|
* Fix probing for fully async I/O on older kernels
|
|
|
|
|
* Check if we are still followers after completing a disk write
|
|
|
|
|
|
2020-01-06 22:27:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jan 6 22:23:53 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
|
|
- raft 0.9.16:
|
|
|
|
|
* no concise changelog available
|
|
|
|
|
* license changed to LGPL 3.0 with a static linking exception
|
|
|
|
|
|
2019-11-07 16:36:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Nov 7 07:33:32 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
|
|
- raft 0.9.9:
|
|
|
|
|
* fix many compiler warning and drop unused flags
|
|
|
|
|
* Support forcing re-configuration and other improvements
|
|
|
|
|
|
2019-09-19 02:19:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 19 02:06:51 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
|
|
- raft 0.9.6:
|
|
|
|
|
* raft_watch API dropped
|
|
|
|
|
* don't stop half-way when deleting old segments
|
|
|
|
|
|
2019-09-04 11:43:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Aug 30 21:20:59 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
|
|
- raft 0.9.5, initial package
|