Skip to content

Releases: unit-finance/zio-raft

0.0.14

12 Nov 10:45
e6f1617

Choose a tag to compare

What's Changed

  • support error in session state machine apply command by @somdoron in #39

Full Changelog: 0.0.13...0.0.14

0.0.13

10 Nov 10:29
5aac189

Choose a tag to compare

SessionStateMachine - add HMap.rangeByCompoundKeyPrefix to filter by prefix of a compound (tuple) key

0.0.12

29 Oct 08:12
a124cd9

Choose a tag to compare

New Raft Client/Server library

0.0.10

19 Oct 10:48
e8da9d6

Choose a tag to compare

Adding read commands capabilities including:

  • Noop appendentry for alignment
  • read heartbeat validation

0.0.7.1

21 Sep 16:49

Choose a tag to compare

fix: Adds timeout during ZContext finalization process, this is a workaround until we identify why sockets remain open

0.0.9

10 Aug 10:34

Choose a tag to compare

IMPORTANT: Downgrade from Scala 3.7.1 to 3.3.6, will follow LTS versions from now on

0.0.8

30 Jun 09:44

Choose a tag to compare

BREAKING CHANGE: StateMachine is now stateless, converted to use ZPure

0.0.7

21 Apr 14:28

Choose a tag to compare

fix unhandled errors in fiber for ZIO2

0.0.6

21 Apr 13:04

Choose a tag to compare

add developer details

0.0.5

30 Mar 07:37
7ba1bcc

Choose a tag to compare

Merge pull request #4 from unit-finance/more-wal-tests

More wal tests