Skip to content

Commit

Permalink
udpate changelogs (#596)
Browse files Browse the repository at this point in the history
* update changelogs to reflect v1.6.1

* update changelogs to reflect v1.7.0
  • Loading branch information
dhiaayachi authored Jun 6, 2024
1 parent d5f5737 commit c923709
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# UNRELEASED

# 1.7.0 (June 5th, 2024)

CHANGES

* Raft multi version testing [GH-559](https://github.com/hashicorp/raft/pull/559)

IMPROVEMENTS

* Raft pre-vote extension implementation, activated by default. [GH-530](https://github.com/hashicorp/raft/pull/530)

BUG FIXES

* Fix serialize NetworkTransport data race on ServerAddr(). [GH-591](https://github.com/hashicorp/raft/pull/591)

# 1.6.1 (January 8th, 2024)

CHANGES

* Add reference use of Hashicorp Raft. [GH-584](https://github.com/hashicorp/raft/pull/584)
* [COMPLIANCE] Add Copyright and License Headers. [GH-580](https://github.com/hashicorp/raft/pull/580)

IMPROVEMENTS

* Bump github.com/hashicorp/go-hclog from 1.5.0 to 1.6.2. [GH-583](https://github.com/hashicorp/raft/pull/583)

BUG FIXES

* Fix rare leadership transfer failures when writes happen during transfer. [GH-581](https://github.com/hashicorp/raft/pull/581)

# 1.6.0 (November 15th, 2023)

CHANGES
Expand Down

0 comments on commit c923709

Please sign in to comment.