Release Notes for v0.64.6
What’s New
Client Improvements
- Added missing BSD flags to the debug bundle.
#5254 - Cached the result of
wgInterface.ToInterface()usingsync.Oncefor better performance.
#5256 - Fixed nil pointer panic in the ICE agent during sleep/wake cycles.
#5261 - Always log DNS forwarder responses for improved troubleshooting.
#5262 - Fixed netstack detection and added a WireGuard port option.
#5251 - Corrected wrong URL logging for
DefaultAdminURL.
#5252 - Added timing measurements to
handleSyncfor better observability.
#5228 - Fixed duplicate firewall rules in USP filter.
#5269 - Added environment variable to skip DNS probing when needed.
#5270 - Fixed race condition and ensured correct message ordering in Relay.
#5265 - Ensured login is checked in foreground mode when required.
#5295 - Fixed multiple panics in device and engine code.
#5287 - Cleaned up stale nftables entries without handle.
#5272
Management Improvements
- Fixed incorrectly setting disconnected status for connected peers.
#5247 - Added gRPC debounce for message types to reduce noise.
#5239 - Added validation of stream start time for connecting peers.
#5267 - Fixed
ischildcheck logic.
#5279
New Contributors
- @eyJhb made their first contribution in #5252
Full Changelog: v0.64.5…v0.64.6