Releases: andreev-io/little-raft
Releases · andreev-io/little-raft
v0.2.0
What's Changed
- Removing a duplicate paragraph in comments and in the readme by @andreev-io in #26
- Create rust.yml by @andreev-io in #29
- Create greetings.yml by @andreev-io in #30
- Adding clippy linter by @andreev-io in #31
- refactor: reuse timeout channel creation by @suzaku in #27
- fix #13, Add Abandoned type to TransitionState enum by @suzaku in #33
- Use min by @suzaku in #37
- fix #34, record abandoned reason for conflicting entry logs by @suzaku in #36
- Snapshotting and log compaction by @andreev-io in #32
- v0.2.0 by @andreev-io in #40
New Contributors
Full Changelog: v0.1.6...v0.2.0
v0.1.6
What's Changed
- Addressing mismatch_index being None by @andreev-io in #23
- Broadcast new transitions immediately, not waiting for heartbeat timer by @andreev-io in #25
Release v0.1.4
Release v0.1.4
v0.1.3: Merge pull request #14 from andreev-io/ilya/further
0.1.2
Merge pull request #11 from andreev-io/ilya/publish Crate ready