File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2626- in case of vulnerabilities.
2727-->
2828
29+ ## [ 0.5.6] - 2024-05-30
30+
31+ * Go 1.21 is now required to build Yggdrasil
32+
33+ ### Added
34+
35+ * The ` getPeers ` endpoint now reports the RTT/latency of directly connected peers
36+
37+ ### Changed
38+
39+ * The tree parent selection algorithm now prefers the lowest latency peers instead of the most stable
40+ * Session key exchange logic has been changed to improve throughput and reduce occasional jitter
41+
42+ ### Fixed
43+
44+ * Bloom filter hashing now works correctly on big-endian architectures
45+ * Incorrect buffer pool usage has been fixed, reducing memory allocations
46+ * The multicast beacon interval now backs off correctly, reducing the number of beacons sent
47+ * A denial-of-service vulnerability in the QUIC library has been fixed with a dependency update
48+
2949## [ 0.5.5] - 2024-01-27
3050
3151### Added
You can’t perform that action at this time.
0 commit comments