Skip to content

Commit edf179e

Browse files
committed
Yggdrasil 0.5.7
1 parent 9950d12 commit edf179e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2626
- in case of vulnerabilities.
2727
-->
2828

29+
## [0.5.7] - 2024-08-05
30+
31+
### Added
32+
33+
* WebSocket support for peerings, by using the new `ws://` scheme in `Listen` and `Peers`
34+
* Additionally, the `wss://` scheme can be used to connect to a WebSocket peer behind a HTTPS reverse proxy
35+
36+
### Changed
37+
38+
* On Linux, the TUN adapter now uses vectorised reads/writes where possible, which should reduce the amount of CPU time spent on syscalls and potentially improve throughput
39+
* Link error handling has been improved and various link error messages have been rewritten to be clearer
40+
* Upgrade dependencies
41+
42+
### Fixed
43+
44+
* Multiple multicast connections to the same remote machine should now work correctly
45+
* You may get two connections in some cases, one inbound and one outbound, this is known and will not cause problems
46+
* Running as a Windows service should be more reliable with service startup and shutdown bugs fixed
47+
2948
## [0.5.6] - 2024-05-30
3049

3150
* Go 1.21 is now required to build Yggdrasil

0 commit comments

Comments
 (0)