Skip to content

Version 0.1 (18)

Compare
Choose a tag to compare
@Revertron Revertron released this 09 Aug 09:49
· 3 commits to main since this release
060c096

Updated core library to 0.5.7, presenting these changes:

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 (and Android), 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 in Go-lib.

App changes

DNS servers changed their IP addresses. The migration is in place, you don't need to do anything.

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

Known issues (old):

Multicast on Android 12+ may work for receiving beacons from other nodes, but not for sending. And may not work at all for Android 13 for now.