You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
26
26
- in case of vulnerabilities.
27
27
-->
28
28
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
0 commit comments