File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2626- in case of vulnerabilities.
2727-->
2828
29+ ## [ 0.5.5] - 2024-01-27
30+
31+ ### Added
32+
33+ * A new peer option ` ?maxbackoff=X ` has been added to control the maximum backoff time for a given peer, supports duration values like ` 5m ` , ` 1h ` etc
34+
35+ ### Changed
36+
37+ * The maximum backoff period for failing peer connections has been reduced to just over 1 hour, compared to 4.5 hours before
38+ * The ` getPeers ` endpoint now sorts peers in a more stable fashion
39+ * Upgrade dependencies
40+
41+ ### Fixed
42+
43+ * A bug where QUIC listeners could stop listening for incoming connections unexpectedly has been fixed
44+ * The priority tiebreak between multiple peerings to the same node has been fixed
45+ * Peer connection ordering is no longer sensitive to poor system time resolution
46+ * The admin socket now verifies the length of input public keys
47+ * The ` PPROFLISTEN ` environment variable has been fixed and now starts the pprof listener correctly
48+ * A panic in ` getPeers ` has been fixed when using abstract UNIX sockets on Linux
49+
2950## [ 0.5.4] - 2023-11-27
3051
3152### Fixed
You can’t perform that action at this time.
0 commit comments