Skip to content

Releases: hhblaze/Raft.Net

Raft.Net v1.6

17 Oct 08:30
Compare
Choose a tag to compare

raftNodeInstance.IsLeader(optional parameter entityName) will help to understand either node is a Leader or not

Raft.Net v1.5.1

15 Aug 11:52
Compare
Choose a tag to compare

raftNodeInstance.NodeIsInLatestState can help to understand if started node is in the latest update state

Raft.Net v1.5

14 Aug 09:02
Compare
Choose a tag to compare

raftNodeInstance.NodeIsInLatestState can help to understand if started node is in the latest update state

Raft.Net v1.4

13 Aug 13:25
Compare
Choose a tag to compare

Fixed and optimized In-Memory implementation, added async implementation AddLogEntryAsync

Raft.Net v1.3

24 Aug 02:21
Compare
Choose a tag to compare

Integrated Biser decoding speed opt. Added JSON configuration (read docu)

Raft.Net v1.1

28 Feb 16:46
Compare
Choose a tag to compare

First functional release