forked from allengeorge/libraft
-
Notifications
You must be signed in to change notification settings - Fork 0
Release History
Allen George edited this page Jan 26, 2014
·
3 revisions
- Initial release
- Complete implementation of log-replication and leader election
- Reference implementations for network, protocol and persistence components
- Sample key-value store using
libraft-core
andlibraft-agent
- #18 (Server channels never have their attachment set)
- #22 (RaftNetworkClient.stop() and RaftNetworkClient.start() can be interleaved)
- #23 (Resolve unresolved addresses on a non-IO thread)
- #24 (Add randomized AppendEntriesReply test)
- Add default
mavenUsername
andmavenPassword
so that a clean checkout and build works - Generate code coverage reports using jacoco
- Connect [Travis CI] (https://travis-ci.org/allengeorge/libraft) to libraft repo for CI
- Connect [Coveralls] (https://coveralls.io/r/allengeorge/libraft) to libraft repo for coverage reports