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.0-beta.0 #238

Merged
merged 1 commit into from
Nov 20, 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
16 changes: 16 additions & 0 deletions CHANGELOG/CHANGELOG-3.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@ Note that we start to track changes starting from v3.6.

<hr>

## v3.6.0-beta.0(tbd)

### Changelog since v3.6.0-alpha.0
- [Minor refactoring `raft.maybeSendAppend`](https://github.com/etcd-io/raft/pull/136)
- [Add entryID and logSlice types](https://github.com/etcd-io/raft/pull/145)
- [Fix next index might be smaller than match index](https://github.com/etcd-io/raft/pull/149)
- [Minor refactoring raftLog initialization](https://github.com/etcd-io/raft/pull/151)
- [cleanup Match, Next and MaybeUpdate](https://github.com/etcd-io/raft/pull/165)
- [tracker: track in-flight commit index](https://github.com/etcd-io/raft/pull/171)
- [Replace sort.Slice with slices.Sort, slices.SortFunc](https://github.com/etcd-io/raft/pull/221)

### Others
- [Introduce TLA+ trace validation](https://github.com/etcd-io/raft/pull/113)

<hr>

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

### Features
Expand Down
Loading