Skip to content

Commit 0b9c8bd

Browse files
Yggdrasil 0.5.9 (#1191)
Changelog updates. Co-authored-by: Neil Alexander <[email protected]>
1 parent 0b94691 commit 0b9c8bd

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
@@ -26,6 +26,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2626
- in case of vulnerabilities.
2727
-->
2828

29+
## [0.5.9] - 2024-10-19
30+
31+
### Added
32+
33+
* New command line option `-user` for changing the process UID/GID
34+
35+
### Changed
36+
37+
* The routing algorithm has been updated with RTT-aware link costing, which should prefer lower latency links over higher latency links where possible
38+
* The calculated cost is an average of the link RTT, but newly established links are costed higher to begin with, such that unstable peerings can be avoided
39+
* Link costs are only used where multiple next-hops are available and will be ignored if there is only one loop-free path to the destination
40+
* This is protocol-compatible with existing v0.5.x nodes but will have the best results when peering with nodes that are also running the latest version
41+
* The `getPeers` endpoint will now report the calculated link cost for each given peer
42+
* Upgrade dependencies
43+
44+
### Fixed
45+
46+
* Multicast discovery should now work again when building Yggdrasil as an Android framework
47+
* Multicast discovery will now correctly ignore interfaces that are not marked as running
48+
* Ephemeral links, such as those added by multicast, will no longer try to reconnect in a fast loop, fixing a high CPU issue
49+
* The TUN interface will no longer stop working when hitting a segment read error from vectorised reads
50+
* The `AllowedPublicKeys` option will once again no longer apply to multicast peerings, as was originally intended
51+
* A potential panic when shutting down peering links has been fixed
52+
* A redundant system call for setting MTU on OpenBSD has been removed
53+
2954
## [0.5.8] - 2024-08-12
3055

3156
### Fixed

0 commit comments

Comments
 (0)