v0.75.0-rc.5

apify/crawleev0.75.0-rc.5Jul 3, 2026by pappz

AI Summary

This release candidate for Netbird adds vLLM support for the Agent Network, makes lazy connections opt-out via an environment variable, and improves client stability with various fixes including privileged tests and gRPC limits.

Key Highlights

  • vLLM support added for Agent Network
  • Lazy connections are now opt-out via `NB_LAZY_CONN`
  • Privileged client tests run natively with sudo on Linux
  • Management client gRPC receive limit increased to 16MB
  • Fixes for slow WireGuard operations and reconnect guard leaks

New Features

  • vLLM support
  • Lazy connection opt-out
  • Privileged client tests
  • Increased gRPC receive limit

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