Skip to content

Commit

Permalink
Yggdrasil 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander committed Aug 5, 2024
1 parent 9950d12 commit edf179e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- in case of vulnerabilities.
-->

## [0.5.7] - 2024-08-05

### Added

* WebSocket support for peerings, by using the new `ws://` scheme in `Listen` and `Peers`
* Additionally, the `wss://` scheme can be used to connect to a WebSocket peer behind a HTTPS reverse proxy

### Changed

* 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
* Link error handling has been improved and various link error messages have been rewritten to be clearer
* Upgrade dependencies

### Fixed

* Multiple multicast connections to the same remote machine should now work correctly
* You may get two connections in some cases, one inbound and one outbound, this is known and will not cause problems
* Running as a Windows service should be more reliable with service startup and shutdown bugs fixed

## [0.5.6] - 2024-05-30

* Go 1.21 is now required to build Yggdrasil
Expand Down

2 comments on commit edf179e

@EugeneMartein
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Windows Service not starting.

@neilalexander
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not enough info. Please post a GH issue with logs and information about which Windows version, architecture, etc.

Please sign in to comment.