v0.61.1
netbirdio/netbirdv0.61.1Jan 3, 2026by pappz
AI Summary
This release fixes various client connection issues, improves management login filters, and adds DEX IdP support and iOS device auth flow forcing.
Key Highlights
- Fixed UI stuck in Connecting state
- Added DEX IdP Support
- Added support for forcing device auth flow on iOS
- Fixed router nft tables limit
New Features
- DEX IdP Support
- iOS device auth flow forcing
- Management backoff reset
- Router nft tables limit fix
Full Release Notes
## What's Changed * [client] add reset for management backoff by @gamerslouis in https://github.com/netbirdio/netbird/pull/4935 * [client] Filter out own peer from remote peers list during peer updates. by @pappz in https://github.com/netbirdio/netbird/pull/4986 * [client] Fix Advanced Settings not opening on Windows with Japanese locale (#4455) by @h6ah4i in https://github.com/netbirdio/netbird/pull/4637 * [management] apply login filter only for setup key peers by @pascal-fischer in https://github.com/netbirdio/netbird/pull/4943 * fix(router): nft tables limit number of peers source by @nhenneaux in https://github.com/netbirdio/netbird/pull/4852 * [management] filter own peer when having a group to peer policy to themself by @pascal-fischer in https://github.com/netbirdio/netbird/pull/4956 * Add DEX IdP Support by @braginini in https://github.com/netbirdio/netbird/pull/4949 * Feat/add support for forcing device auth flow on ios by @shuuri-labs in https://github.com/netbirdio/netbird/pull/4944 * [client] Fix UI stuck in "Connecting" state when daemon reports "Connected" by @pappz in https://github.com/netbirdio/netbird/pull/5014 * [management] Fix/delete groups without lock by @pascal-fischer in https://github.com/netbirdio/netbird/pull/5012 * [client] Fix semaphore slot leaks by @pappz in https://github.com/netbirdio/netbird/pull/5018 * [client] add verbose flag for free ad tests by @mlsmaycon in https://github.com/netbirdio/netbird/pull/5021 ## New Contributors * @h6ah4i made their first contribution in https://github.com/netbirdio/netbird/pull/4637 * @nhenneaux made their first contribution in https://github.com/netbirdio/netbird/pull/4852 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.61.0...v0.61.1