Skip to content

Commit e55dc60

Browse files
committed
Update CHANGELOG for 1.7.11 release (#6628)
## Motivation Update the CHANGELOG for the next release.
1 parent a8e23c1 commit e55dc60

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

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

5+
## v1.7.11
6+
7+
### Upgrade information
8+
9+
This release enables the new sync improvements on server side. The node will still use syncv1 by default, but this will
10+
allow for more testing of the new syncv2 code. No action from users is necessary at the moment.
11+
12+
### Improvements
13+
14+
* [#6588](https://github.com/spacemeshos/go-spacemesh/pull/6588) Fix a possible race in syncv2.
15+
16+
* [#6596](https://github.com/spacemeshos/go-spacemesh/pull/6596) Further reduce the amount of DB connections used by
17+
syncv2.
18+
19+
* [#6573](https://github.com/spacemeshos/go-spacemesh/pull/6573) Fix a possible race in how libp2p connections are
20+
handled in the node.
21+
22+
* [#6614](https://github.com/spacemeshos/go-spacemesh/pull/6614) Enable syncv2 on server side by default.
23+
524
## v1.7.10
625

726
### Upgrade information

0 commit comments

Comments
 (0)