v0.74.0-rc.1
netbirdio/netbirdv0.74.0-rc.1Jun 27, 2026by mlsmaycon
AI Summary
Introduces AI Gateway capabilities alongside client performance optimizations and management stability improvements.
Key Highlights
- Added per-account LLM Gateway with policy enforcement and metering
- Fixed client performance issues like cached domain resolution
- Improved management stability with posture checks validation
New Features
- Per-account LLM Gateway (Agent Network)
- Empty profile handle regression fix
- Optimization for cached management domains
- Suppression of Quick Actions popup when DisableAutoConnect=true
- Rescheduling inactivity expiration on disconnect
Full Release Notes
## Release Notes for v0.74.0-rc.1 ### What's New #### AI Gateway & Proxy - Added **per-account LLM Gateway (Agent Network)** with policy enforcement, metering, and multi-provider support. https://github.com/netbirdio/netbird/pull/6555 #### Client Improvements - Fixed **empty profile handle regression** in debug configuration. https://github.com/netbirdio/netbird/pull/6514 - Skipped **re-resolving cached management domains** to improve performance. https://github.com/netbirdio/netbird/pull/6518 - Suppressed **Quick Actions popup** when `DisableAutoConnect=true`. https://github.com/netbirdio/netbird/pull/6542 #### Management Improvements - Rescheduled **inactivity expiration** when a peer disconnects. https://github.com/netbirdio/netbird/pull/6523 - Validated **posture checks on metadata changes** before account updates. https://github.com/netbirdio/netbird/pull/6527 - Relaxed **metaHash validation** when blocking peers. https://github.com/netbirdio/netbird/pull/6531 - Moved selected **management logs to trace level**. https://github.com/netbirdio/netbird/pull/6541 - Simplified **affected peers handling** for disabled peers. https://github.com/netbirdio/netbird/pull/6540 - Optimized **affected posture checks** and added additional logging. https://github.com/netbirdio/netbird/pull/6522 - Restored **client version checks** in the login filter hash. https://github.com/netbirdio/netbird/pull/6552 #### Infrastructure & Tooling - Applied **small GitHub workflow fixes**. https://github.com/netbirdio/netbird/pull/6546 ### New Contributors - @dmitri-netbird made their first contribution in https://github.com/netbirdio/netbird/pull/6546 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.73.2...v0.74.0-rc.1