v0.62.2
netbirdio/netbirdv0.62.2Jan 9, 2026by mlsmaycon
AI Summary
This release updates the Go and QUIC versions, introduces non-root ICMP support, and improves ACL check performance. It also includes fixes for duplicated peers and OIDC issuer validation.
Key Highlights
- Updated GO version and QUIC version
- Added non-root ICMP support to userspace firewall
- Reordered ACL checks for better performance
- Fixed issue with duplicated peers
- Validated OIDC issuer when creating or updating
New Features
- Non-root ICMP support
- OIDC issuer validation
- Duplicated peer fix
Full Release Notes
## What's Changed * [relay] Update GO version and QUIC version (… by @pappz in https://github.com/netbirdio/netbird/pull/5071 * [client] Add non-root ICMP support to userspace firewall forwarder by @lixmal in https://github.com/netbirdio/netbird/pull/4792 * [client] Reorder userspace ACL checks to fail faster for better performance by @lixmal in https://github.com/netbirdio/netbird/pull/4226 * [management] fix the issue with duplicated peers with the same key by @crn4 in https://github.com/netbirdio/netbird/pull/5053 * [management] Feature/resolve local jwks keys by @braginini in https://github.com/netbirdio/netbird/pull/5073 * [management] Validate OIDC issuer when creating or updating by @braginini in https://github.com/netbirdio/netbird/pull/5074 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.62.1...v0.62.2