v0.60.7
netbirdio/netbirdv0.60.7Dec 4, 2025by mlsmaycon
AI Summary
This release fixes the client engine shutdown deadlock and improves traffic passthrough to prevent NetBird traffic from being dropped.
Key Highlights
- Fixed engine shutdown deadlock
- Passthrough all non-NetBird chains to prevent dropping traffic
New Features
- Engine shutdown deadlock fix
- Traffic passthrough improvement
Full Release Notes
## What's Changed * [client] Passthrough all non-NetBird chains to prevent them from dropping NetBird traffic by @lixmal in https://github.com/netbirdio/netbird/pull/4899 * [client] Fix engine shutdown deadlock and sync-signal message handling races by @pappz in https://github.com/netbirdio/netbird/pull/4891 * [client] Reorder subsystem shutdown so peer removal goes first by @mlsmaycon in https://github.com/netbirdio/netbird/pull/4914 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.60.6...v0.60.7