v0.64.2

netbirdio/netbirdv0.64.2Jan 27, 2026by mlsmaycon

AI Summary

Introduces IPv6 support and non-PTY SSH sessions, while consolidating authentication logic and improving GUI reliability and error handling.

Key Highlights

  • Added IPv6 support to the UDP WireGuard proxy.
  • Added support for non-PTY, no-command interactive SSH sessions.
  • Consolidated authentication logic for better maintainability.
  • Added user invite link support for the embedded IdP.
  • Prevented eBPF traffic from being tracked in conntrack.

New Features

  • IPv6 support to UDP WireGuard proxy
  • Support for non-PTY interactive SSH sessions
  • User invite link support for embedded IdP
  • Retry handling to exit menu

Full Release Notes

## Release Notes for v0.64.2

### What's New
#### Client Improvements
- Consolidated **authentication logic** to improve maintainability and consistency.  
  [#5010](https://github.com/netbirdio/netbird/pull/5010)
- Added **IPv6 support** to the UDP WireGuard proxy.  
  [#5169](https://github.com/netbirdio/netbird/pull/5169)
- Fixed a **flaky JWT SSH test** to improve CI stability.  
  [#5181](https://github.com/netbirdio/netbird/pull/5181)
- Updated **Fyne UI** and added **retry handling** to the exit menu.  
  [#5187](https://github.com/netbirdio/netbird/pull/5187)
- Prevented **eBPF traffic** from being tracked in conntrack.  
  [#5166](https://github.com/netbirdio/netbird/pull/5166)
- Added support for **non-PTY, no-command interactive SSH sessions**.  
  [#5093](https://github.com/netbirdio/netbird/pull/5093)

#### Management & Identity
- Fixed **validator warning messages** to improve clarity.  
  [#5168](https://github.com/netbirdio/netbird/pull/5168)
- Improved **peer deletion error handling**.  
  [#5188](https://github.com/netbirdio/netbird/pull/5188)
- Included **default groups claim** in the CLI audience.  
  [#5186](https://github.com/netbirdio/netbird/pull/5186)
- Added **user invite link** support for the embedded IdP.  
  [#5157](https://github.com/netbirdio/netbird/pull/5157)

**Full Changelog**: [v0.64.1...v0.64.2](https://github.com/netbirdio/netbird/compare/v0.64.1...v0.64.2)