2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-12 06:44:41 +00:00
Dhia Ayachi 7f6c52a9ee
bump raft version to v1.3.11 ()
* bump raft version to v1.3.11

* Add change log

* fix go.sum
2022-10-12 08:51:52 -04:00

12 lines
379 B
Plaintext

```release-note:improvement
raft: Fix a race condition where the snapshot file is closed without being opened
```
```release-note:improvement
raft: Allow nonVoter to initiate an election to avoid having an election infinite loop when a Voter is converted to NonVoter
```
```release-note:improvement
raft: Cap maximum grpc wait time when heartbeating to heartbeatTimeout/2
```