Skip to content
Allen George edited this page Jan 26, 2014 · 3 revisions

0.1.0

  • 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 and libraft-agent

0.1.1

  • #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 and mavenPassword 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
Clone this wiki locally