v0.70.1
netbirdio/netbirdv0.70.1Apr 29, 2026by lixmal
AI Summary
This release removes legacy code, adds AD FS support for self-hosted deployments, and improves Windows toast notifications and proxy connectivity.
Key Highlights
- Removed legacy network map code
- Added Microsoft AD FS support for embedded Dex identity providers
- Used WinRT COM for Windows toasts
- Fixed offline statuses for public proxy clusters
New Features
- Microsoft AD FS support for Dex
- WinRT COM for Windows toasts
Full Release Notes
## What's Changed * [management] removed legacy network map code by @crn4 in https://github.com/netbirdio/netbird/pull/5565 * [management] Add Microsoft AD FS support for embedded Dex identity providers by @bcmmbaga in https://github.com/netbirdio/netbird/pull/6008 * [management] Handle single-string JWT group claim from IdPs by @bcmmbaga in https://github.com/netbirdio/netbird/pull/6014 * [client] Don't mark management disconnected on transient job stream errors by @pappz in https://github.com/netbirdio/netbird/pull/6005 * [relay] evict foreign client cache on disconnect by @pappz in https://github.com/netbirdio/netbird/pull/6015 * [self-hosted] fix(getting-started): Infinite healthcheck loop with existing traefik by @WalidDevIO in https://github.com/netbirdio/netbird/pull/5871 * [management] Drop netmap calculation on peer read by @bcmmbaga in https://github.com/netbirdio/netbird/pull/6006 * [client] Use WinRT COM for Windows toasts by @lixmal in https://github.com/netbirdio/netbird/pull/6013 ## New Contributors * @WalidDevIO made their first contribution in https://github.com/netbirdio/netbird/pull/5871 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.70.0...v0.70.1