File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 11# UNRELEASED
22
3+ # 1.7.0 (June 5th, 2024)
4+
5+ CHANGES
6+
7+ * Raft multi version testing [ GH-559 ] ( https://github.com/hashicorp/raft/pull/559 )
8+
9+ IMPROVEMENTS
10+
11+ * Raft pre-vote extension implementation, activated by default. [ GH-530 ] ( https://github.com/hashicorp/raft/pull/530 )
12+
13+ BUG FIXES
14+
15+ * Fix serialize NetworkTransport data race on ServerAddr(). [ GH-591 ] ( https://github.com/hashicorp/raft/pull/591 )
16+
17+ # 1.6.1 (January 8th, 2024)
18+
19+ CHANGES
20+
21+ * Add reference use of Hashicorp Raft. [ GH-584 ] ( https://github.com/hashicorp/raft/pull/584 )
22+ * [ COMPLIANCE] Add Copyright and License Headers. [ GH-580 ] ( https://github.com/hashicorp/raft/pull/580 )
23+
24+ IMPROVEMENTS
25+
26+ * Bump github.com/hashicorp/go-hclog from 1.5.0 to 1.6.2. [ GH-583 ] ( https://github.com/hashicorp/raft/pull/583 )
27+
28+ BUG FIXES
29+
30+ * Fix rare leadership transfer failures when writes happen during transfer. [ GH-581 ] ( https://github.com/hashicorp/raft/pull/581 )
31+
332# 1.6.0 (November 15th, 2023)
433
534CHANGES
You can’t perform that action at this time.
0 commit comments