github yggdrasil-network/yggdrasil-go v0.5.14-RC.1
Version 0.5.14-RC.1

pre-release8 hours ago
  • Go 1.25 is now required to build Yggdrasil

Added

  • The GroupPassword option can be used to form closed overlays on top of Yggdrasil
    • When set, session traffic can only be exchanged with other nodes that have the same GroupPassword set (however, services on the public testnet will be unreachable as a result)
    • Peering connections are not affected by this option and traffic forwarding continues to operate as normal
  • The -notifyfd command line argument can be used for S6-style process readiness notifications
  • The ?origin= query URI parameter can be added to WebSocket peer URIs to configure the Origin HTTP header

Changed

  • Upgrade dependencies
  • The UNIX domain admin socket ownership is now updated before dropping permissions
  • The packet queues are now capped at 1MB, preventing unbounded memory growth under certain traffic load patterns

Fixed

  • Some panics that could be caused by malformed packets have been fixed

Don't miss a new yggdrasil-go release

NewReleases is sending notifications on new releases.