From e55dc601a64dc07c036f7157484cb158905ceb8d Mon Sep 17 00:00:00 2001 From: Matthias Fasching <5011972+fasmat@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:29:39 +0000 Subject: [PATCH] Update CHANGELOG for 1.7.11 release (#6628) ## Motivation Update the CHANGELOG for the next release. --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed7d7ec53d..4790332db1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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