Skip to content

Commit

Permalink
Update CHANGELOG for 1.7.11 release (#6628)
Browse files Browse the repository at this point in the history
## Motivation

Update the CHANGELOG for the next release.
  • Loading branch information
fasmat committed Jan 21, 2025
1 parent a8e23c1 commit e55dc60
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

See [RELEASE](./RELEASE.md) for workflow instructions.

## v1.7.11

### Upgrade information

This release enables the new sync improvements on server side. The node will still use syncv1 by default, but this will
allow for more testing of the new syncv2 code. No action from users is necessary at the moment.

### Improvements

* [#6588](https://github.com/spacemeshos/go-spacemesh/pull/6588) Fix a possible race in syncv2.

* [#6596](https://github.com/spacemeshos/go-spacemesh/pull/6596) Further reduce the amount of DB connections used by
syncv2.

* [#6573](https://github.com/spacemeshos/go-spacemesh/pull/6573) Fix a possible race in how libp2p connections are
handled in the node.

* [#6614](https://github.com/spacemeshos/go-spacemesh/pull/6614) Enable syncv2 on server side by default.

## v1.7.10

### Upgrade information
Expand Down

0 comments on commit e55dc60

Please sign in to comment.