Skip to content

Commit c923709

Browse files
author
Dhia Ayachi
authored
udpate changelogs (#596)
* update changelogs to reflect v1.6.1 * update changelogs to reflect v1.7.0
1 parent d5f5737 commit c923709

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
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

534
CHANGES

0 commit comments

Comments
 (0)