File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,22 @@ Note that we start to track changes starting from v3.6.
22
33<hr >
44
5+ ## v3.6.0-beta.0(tbd)
6+
7+ ### Changelog since v3.6.0-alpha.0
8+ - [ Minor refactoring ` raft.maybeSendAppend ` ] ( https://github.com/etcd-io/raft/pull/136 )
9+ - [ Add entryID and logSlice types] ( https://github.com/etcd-io/raft/pull/145 )
10+ - [ Fix next index might be smaller than match index] ( https://github.com/etcd-io/raft/pull/149 )
11+ - [ Minor refactoring raftLog initialization] ( https://github.com/etcd-io/raft/pull/151 )
12+ - [ cleanup Match, Next and MaybeUpdate] ( https://github.com/etcd-io/raft/pull/165 )
13+ - [ tracker: track in-flight commit index] ( https://github.com/etcd-io/raft/pull/171 )
14+ - [ Replace sort.Slice with slices.Sort, slices.SortFunc] ( https://github.com/etcd-io/raft/pull/221 )
15+
16+ ### Others
17+ - [ Introduce TLA+ trace validation] ( https://github.com/etcd-io/raft/pull/113 )
18+
19+ <hr >
20+
521## v3.6.0-alpha.0(2024-01-12)
622
723### Features
You can’t perform that action at this time.
0 commit comments