We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef553e commit 676ae52Copy full SHA for 676ae52
CHANGELOG.md
@@ -26,6 +26,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
26
- in case of vulnerabilities.
27
-->
28
29
+## [0.5.3] - 2023-11-26
30
+
31
+### Fixed
32
33
+* Fixed a data race from buffered pathfinder traffic
34
+* Fix a bug where the next-hop selection may not take shortcuts through treespace
35
+* Backoffs are now reset correctly when a successful handshake is completed
36
+* Backoffs will no longer exceed roughly 4.5 hours when peers are down for a long time
37
+* The `-normaliseconf` option will now work correctly with `PrivateKeyPath`
38
+* Improved the reliability of QUIC peering setup by disabling 0-RTT
39
40
## [0.5.2] - 2023-11-06
41
42
### Added
0 commit comments