Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog: Add links to PRs #85

Merged
merged 2 commits into from
Jul 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# 0.3.0 - 2018-06-07

- Fix deadlock during prevote migration process
- Keep compatible with protobuf 2.0
- Make raft `Send`
- Add more docs and example
- Support configuring election timeout range
- Support configuring the election timeout range (https://github.com/pingcap/raft-rs/pull/63).
- Keep compatible with rust-protobuf 2.0 (https://github.com/pingcap/raft-rs/pull/64, https://github.com/pingcap/raft-rs/pull/75)
- Made Raft now `Send` (https://github.com/pingcap/raft-rs/pull/67)
- Added documentation examples (https://github.com/pingcap/raft-rs/pull/69)
- Fixed a deadlock in the prevote migration process (https://github.com/pingcap/raft-rs/pull/42)

# 0.2.0 - 2018-05-14

- Deprecated sync-log and add context
- Fix learner isolation bug
- Port several tests
- Add examples
- Use fxhash
- Deprecate sync-log and add context (https://github.com/pingcap/raft-rs/pull/59)
- Fix learner isolation bug (https://github.com/pingcap/raft-rs/pull/58)
- Port several tests (https://github.com/pingcap/raft-rs/pull/54, https://github.com/pingcap/raft-rs/pull/41)
- Add examples (https://github.com/pingcap/raft-rs/pull/44)
- Use fxhash (https://github.com/pingcap/raft-rs/pull/48)

# 0.1.0 - 2018-02-26

initial release
- initial release