v0.59.4

netbirdio/netbirdv0.59.4Oct 8, 2025by mlsmaycon

AI Summary

Maintenance release improving DNS performance through caching and fixing re-authentication flows and endpoint address handling.

Key Highlights

  • Implement DNS query caching in DNSForwarder.
  • Close Re-Auth Window if Client Is Already Connected.
  • Remove endpoint address on peer disconnect.

Full Release Notes

## What's Changed
* [client] Remove endpoint address on peer disconnect, retain status for activity recording by @pappz in https://github.com/netbirdio/netbird/pull/4228
* [client] Close Re-Auth Window If Client Is Already Connected by @hakansa in https://github.com/netbirdio/netbird/pull/4525
* [client] Implement DNS query caching in DNSForwarder by @hakansa in https://github.com/netbirdio/netbird/pull/4574
* [client] Recreate agent when receive new session id by @pappz in https://github.com/netbirdio/netbird/pull/4564
* [client,gui] Update url_windows.go to offer arm64 executable download by @webash in https://github.com/netbirdio/netbird/pull/4586

## New Contributors
* @webash made their first contribution in https://github.com/netbirdio/netbird/pull/4586

**Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.59.3...v0.59.4