v0.75.0-rc.5
netbirdio/netbirdv0.75.0-rc.5Jul 3, 2026by pappz
AI Summary
This release candidate introduces an opt-out mechanism for lazy connections via an environment variable, adds vLLM support for the Agent Network, and improves infrastructure handling for self-hosted deployments.
Key Highlights
- Added vLLM support for Agent Network management
- Made lazy connections opt-out via the NB_LAZY_CONN environment variable
- Increased management client gRPC receive limit default to 16MB
- Fixed slow WireGuard (wg) operations in the client
New Features
- Opt-out lazy connections via NB_LAZY_CONN
- vLLM support for Agent Network
- Increased gRPC receive limit to 16MB
Full Release Notes
## What's Changed * [client] Make lazy connections opt-out via NB_LAZY_CONN by @lixmal in https://github.com/netbirdio/netbird/pull/6617 * [client] Run privileged client tests natively with sudo on Linux by @pappz in https://github.com/netbirdio/netbird/pull/6635 * [self-hosted] Remove image override logic in getting started by @mlsmaycon in https://github.com/netbirdio/netbird/pull/6636 * [management] Add vLLM support for Agent Network by @braginini in https://github.com/netbirdio/netbird/pull/6643 * [management] return nil when config is not set by @mlsmaycon in https://github.com/netbirdio/netbird/pull/6642 * [management] Add vLLM e2e test by @braginini in https://github.com/netbirdio/netbird/pull/6649 * [misc] Fix GHCR image push after dockers_v2 migration by @mlsmaycon in https://github.com/netbirdio/netbird/pull/6653 * [client] Increase management client gRPC receive limit default to 16MB by @riccardomanfrin in https://github.com/netbirdio/netbird/pull/6641 * [client] Fix slow wg operations by @pappz in https://github.com/netbirdio/netbird/pull/6633 * [client] backport enforce a single selected exit node by @pappz in https://github.com/netbirdio/netbird/pull/6640 * [client] Fix backoff.Ticker goroutine leak in reconnect guard by @theodorsm in https://github.com/netbirdio/netbird/pull/6663 * [client] Update Wails to v3.0.0-alpha2.111 by @pappz in https://github.com/netbirdio/netbird/pull/6660 * [client] Remove lazy connection UI toggle by @pappz in https://github.com/netbirdio/netbird/pull/6661 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.75.0-rc.4...v0.75.0-rc.5