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

Add changelog for 3.6 #125

Merged
merged 1 commit into from
Jan 15, 2024
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
17 changes: 17 additions & 0 deletions CHANGELOG/CHANGELOG-3.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Note that we start to track changes starting from v3.6.

<hr>

## v3.6.0-alpha.0(2024-01-12)

### Features
- [Add MaxInflightBytes setting in `raft.Config` for better flow control of entries](https://github.com/etcd-io/etcd/pull/14624)
- [Send empty `MsgApp` when entry in-flight limits are exceeded](https://github.com/etcd-io/etcd/pull/14633)
- [Support asynchronous storage writes](https://github.com/etcd-io/raft/pull/8)
- [Paginate the unapplied config changes scan](https://github.com/etcd-io/raft/pull/32)
- [Add ForgetLeader](https://github.com/etcd-io/raft/pull/78)
- [Add StepDownOnRemoval](https://github.com/etcd-io/raft/pull/79)
- [Accept any snapshot that allows replication](https://github.com/etcd-io/raft/pull/110)

### Others
- [Deprecate RawNode.TickQuiesced()](https://github.com/etcd-io/raft/pull/62)
Loading