Skip to content

Commit 5f92da2

Browse files
authored
Merge pull request #3731 from nspcc-dev/rel-0.107.1
CHANGELOG: release 0.107.1
2 parents c84dac5 + 703e066 commit 5f92da2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

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

33
This document outlines major changes between releases.
44

5+
## 0.107.1 "Narrativization" (06 Dec 2024)
6+
7+
An urgent version that fixes the problem of intensive CPU usage caused by improper
8+
NeoFS BlockFetcher shutdown on the node's sync process completion and magnified by
9+
additional bug at the peer discovery level.
10+
11+
No configuration changes or DB resync is required. It is highly recommended to update
12+
from 0.107.0 as soon as possible since described problems affect the speed of blocks
13+
processing and the overall node functionality.
14+
15+
Behavior changes:
16+
* explicitly enable the list of stable hardforks in default NeoFS testnet
17+
configuration (#3722)
18+
19+
Improvements:
20+
* decrease NeoFS storage nodes deal timeout for NeoFS BlockFetcher (#3723)
21+
* adjust optimal number of peers for networks with small peer count (#3727)
22+
* don't enable unstable hardforks by default (#3724)
23+
24+
Bugs fixed:
25+
* "unexpected empty payload: CMDVersion" error on peer disconnection (#3726)
26+
* NeoFS BlockFetcher shutdown (#3728)
27+
* connected peers count is not respected on attempt to gather more node addresses
28+
(#3730)
29+
530
## 0.107.0 "Mongrelization" (03 Dec 2024)
631

732
A large update that introduces a major node extension: NeoFS BlockFetcher service and

0 commit comments

Comments
 (0)