v0.64.0

netbirdio/netbirdv0.64.0Jan 20, 2026by mlsmaycon

AI Summary

A major feature release adds embedded STUN support, custom DNS wildcard records, and the ability to generate debug bundles via API, alongside management improvements for local users.

Key Highlights

  • Added embedded STUN support to the getting-started setup to simplify deployments.
  • Added ability to trigger debug bundle generation directly from the API and Dashboard.
  • Added support for wildcard custom DNS records.
  • Added support for local user password changes when using the embedded IdP.

New Features

  • Embedded STUN support
  • Debug bundle generation via API/Dashboard
  • Wildcard custom DNS records
  • Local user password changes with embedded IdP

Full Release Notes

## Release Notes for v0.64.0

### What's New
#### Debugging & Observability
- Added the ability to **trigger debug bundle generation** directly from the API and Dashboard.  
  [#4832](https://github.com/netbirdio/netbird/pull/4832)

#### Client Improvements
- Improved error handling by adjusting **notifyDisconnected behavior** on `receiveJobRequest` failures.  
  [#5138](https://github.com/netbirdio/netbird/pull/5138)
- Added support for **wildcard custom DNS records**.  
  [#5125](https://github.com/netbirdio/netbird/pull/5125)
- Fixed **profile switching issues** and repeated `down` / `up` command failures.  
  [#5142](https://github.com/netbirdio/netbird/pull/5142)
- Fixed **Rosenpass connectivity** issues for Android peers.  
  [#5044](https://github.com/netbirdio/netbird/pull/5044)

#### Management Enhancements
- Added support for **local user password changes** when using the embedded IdP.  
  [#5132](https://github.com/netbirdio/netbird/pull/5132)
- Included **missing activity events** in management API responses.  
  [#5140](https://github.com/netbirdio/netbird/pull/5140)

#### Infrastructure
- Added **embedded STUN** support to the getting-started setup to simplify initial deployments.  
  [#5141](https://github.com/netbirdio/netbird/pull/5141)

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