-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from ahrtr/changelog_20240112
Add changelog for 3.6
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |