v0.59.12
netbirdio/netbirdv0.59.12Nov 5, 2025by lixmal
AI Summary
This release updates client infrastructure including a QUIC library upgrade and improves client network monitoring and OIDC login flows.
Key Highlights
- QUIC library upgrade
- Darwin network monitoring with wakeup detection
- OIDC login_hint support
- DNS forwarder fix
New Features
- QUIC library upgrade
- Darwin network monitoring
- OIDC login_hint
- DNS forwarder fix
- MSS clamping on outbound
- iptables compatibility
Full Release Notes
## What's Changed * [client] Migrate deprecated grpc client code by @lixmal in https://github.com/netbirdio/netbird/pull/4687 * [client] Fix netstack dns forwarder by @lixmal in https://github.com/netbirdio/netbird/pull/4727 * [client] Extend Darwin network monitoring with wakeup detection (cleanup branch) by @pappz in https://github.com/netbirdio/netbird/pull/4723 * Bump github.com/quic-go/quic-go from 0.48.2 to 0.49.1 by @dependabot[bot] in https://github.com/netbirdio/netbird/pull/4621 * [management] update db connection lifecycle configuration by @pascal-fischer in https://github.com/netbirdio/netbird/pull/4740 * [client] Set up networkd to ignore ip rules by @lixmal in https://github.com/netbirdio/netbird/pull/4730 * [client] Clamp MSS on outbound traffic by @lixmal in https://github.com/netbirdio/netbird/pull/4735 * [client] Allow INPUT traffic on the compat iptables filter table for nftables by @lixmal in https://github.com/netbirdio/netbird/pull/4742 * [client] Block on all subsystems on shutdown by @lixmal in https://github.com/netbirdio/netbird/pull/4709 * [client] Add login_hint to oidc flows by @lixmal in https://github.com/netbirdio/netbird/pull/4724 * [client] Add dns config to debug bundle by @lixmal in https://github.com/netbirdio/netbird/pull/4704 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.59.11...v0.59.12