# NetBird changelog > A WireGuard-based overlay network that connects your machines with zero configuration. - Vendor: NetBird - Category: Developer Tools - Official site: https://netbird.io - Tracked by: What's New (https://whatsnew.fyi/product/netbird) - Harvested from: GitHub (netbirdio/netbird) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. ## Releases ### v0.76.3 - Date: 2026-08-08 - Version: v0.76.3 - Original notes: https://github.com/netbirdio/netbird/releases/tag/v0.76.3 - Permalink: https://whatsnew.fyi/product/netbird/releases/v0.76.3 - **changed** — Prewarm posture check cache on network map generation - **fixed** — Re-arm the WireGuard watcher after a lazy wake - **changed** — Detect community GHCR images during enterprise migration - **changed** — Disambiguate the connection_type metric tag - **changed** — Track affected peers for user updates - **added** — Add Grafana dashboard for licensed management - **changed** — Deny reverse proxy access to pending and blocked users ##### What's Changed * [management] prewarm a posture check cache on network map generation by @pascal-fischer in https://github.com/netbirdio/netbird/pull/7093 * [client] peer: re-arm the WireGuard watcher after a lazy wake by @riccardomanfrin in https://github.com/netbirdio/netbird/pull/7091 * [infrastructure] Detect community GHCR images during enterprise migration by @jnfrati in https://github.com/netbirdio/netbird/pull/7101 * [client] disambiguate the connection_type metric tag by @riccardomanfrin in https://github.com/netbirdio/netbird/pull/7043 * [management] Affected peers for user updates by @pascal-fischer in https://github.com/netbirdio/netbird/pull/7099 * [infrastructure] add grafana dashboard for licensed management by @mlsmaycon in https://github.com/netbirdio/netbird/pull/7095 * [management] Deny reverse proxy access to pending and blocked users by @mlsmaycon in https://github.com/netbirdio/netbird/pull/7105 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.76.2...v0.76.3 ### v0.76.2 - Date: 2026-08-07 - Version: v0.76.2 - Original notes: https://github.com/netbirdio/netbird/releases/tag/v0.76.2 - Permalink: https://whatsnew.fyi/product/netbird/releases/v0.76.2 - **fixed** — Handle interface lookup errors in iOS DNS index helper - **fixed** — Remove duplicate Login RPCs from the iOS SDK - **added** — Declare GTK4/WebKitGTK runtime deps for the Linux UI packages - **added** — Generic gRPC extension seam for external modules - **changed** — Resolve agent network permissions per submodule - **fixed** — Fix handling of empty network map during decode and encode - **fixed** — Keep the account email backing the SSO login hint correct - **fixed** — Create the Android fake IP manager lazily on DNS flag enable - **fixed** — Serialize Android tunnel reconfiguration callbacks - **fixed** — Keep the UI running when the notification service fails to start - **fixed** — Launch macOS GUI as the logged-in user after install/update - **fixed** — Don't ask for an SSO login when the login never reached management - **fixed** — Pull fresh TUN settings on Android rebuild - **changed** — Reuse the persisted configuration when enrolling on Android - **fixed** — Reuse the profile's account for Android SSO logins - **changed** — Update wails to v3.0.0-beta.3 - **fixed** — Align agent-network API contracts for API clients - **fixed** — Probe the daemon login with IsLoginRequired - **fixed** — Fix session expired relogin - **fixed** — Fix Linux tray right-click opening the main window ##### What's Changed * [misc] add AGENTS.md file by @mlsmaycon in https://github.com/netbirdio/netbird/pull/7014 * [client] Handle interface lookup errors in iOS DNS index helper by @Optic00 in https://github.com/netbirdio/netbird/pull/6999 * [client] iOS - Remove duplicate Login RPCs from the iOS SDK by @evgeniyChepelev in https://github.com/netbirdio/netbird/pull/6931 * [client] Declare GTK4/WebKitGTK runtime deps for the Linux UI packages by @pappz in https://github.com/netbirdio/netbird/pull/6893 * [management] Generic gRPC extension seam for external modules by @bison in https://github.com/netbirdio/netbird/pull/6894 * [management] Resolve agent network permissions per submodule by @mlsmaycon in https://github.com/netbirdio/netbird/pull/7030 * [management] fix handling of empty network map during decode and encode by @pascal-fischer in https://github.com/netbirdio/netbird/pull/6987 * [client] Keep the account email backing the SSO login hint correct by @pappz in https://github.com/netbirdio/netbird/pull/6986 * [client] Android - Create the Android fake IP manager lazily on DNS flag enable by @pappz in https://github.com/netbirdio/netbird/pull/6989 * [client] Android - Serialize Android tunnel reconfiguration callbacks by @pappz in https://github.com/netbirdio/netbird/pull/6990 * [client] Keep the UI running when the notification service fails to start by @lixmal in https://github.com/netbirdio/netbird/pull/6959 * [client] launch macOS GUI as the logged-in user after install/update by @riccardomanfrin in https://github.com/netbirdio/netbird/pull/6962 * [client] Don't ask for an SSO login when the login never reached management by @lixmal in https://github.com/netbirdio/netbird/pull/6983 * [misc] Add android and ios tags to PR title check by @pappz in https://github.com/netbirdio/netbird/pull/7037 * [client, android] Pull fresh TUN settings on Android rebuild by @pappz in https://github.com/netbirdio/netbird/pull/6991 * [client, android] Reuse the persisted configuration when enrolling by @camiloariza in https://github.com/netbirdio/netbird/pull/7022 * [client, android] Reuse the profile's account for Android SSO logins by @pappz in https://github.com/netbirdio/netbird/pull/6988 * [client] Update wails to v3.0.0-beta.3 by @pappz in https://github.com/netbirdio/netbird/pull/7038 * [management] Align agent-network API contracts for API clients by @mlsmaycon in https://github.com/netbirdio/netbird/pull/7026 * [client] Probe the daemon login with IsLoginRequired by @pappz in https://github.com/netbirdio/netbird/pull/7052 * [client, android] Fix profile account path test on Windows by @pappz in https://github.com/netbirdio/netbird/pull/7057 * [client] Fix session expired relogin by @pappz in https://github.com/netbirdio/netbird/pull/7055 * [client] Fix Linux tray right-click opening the main window by @pappz in https://github.com/netbirdio/netbird/pull/7039 * [management] prevent dangling group refs in agent-network ACLs. by @braginini in https://github.com/netbirdio/netbird/pull/7060 * [management] Prevent deleting groups referenced by reverse proxy services by @mlsmaycon in https://github.com/netbirdio/netbird/pull/7062 * [relay] randomize the relay reconnect backoff by @riccardomanfrin in https://github.com/netbirdio/netbird/pull/7067 * [misc] Move enterprise setup to Traefik and harden migration by @bcmmbaga in https://github.com/netbirdio/netbird/pull/7042 * [misc] Expand agent guidelines with security, type-safety and lifecycle conventions by @lixmal in https://github.com/netbirdio/netbird/pull/7076 * [client] Ship a legacy GTK3 UI package for distros without WebKitGTK 6.0 by @pappz in https://github.com/netbirdio/netbird/pull/7040 * [client] Add a UI setting to stay connected after quitting by @pappz in https://github.com/netbirdio/netbird/pull/7078 * [infrastructure] Generate a session cookie encryption key on fresh self-hosted installs by @Optic00 in https://github.com/netbirdio/netbird/pu _[Truncated at 4000 characters — full notes: https://github.com/netbirdio/netbird/releases/tag/v0.76.2]_ ### v0.76.1 - Date: 2026-07-31 - Version: v0.76.1 - Original notes: https://github.com/netbirdio/netbird/releases/tag/v0.76.1 - Permalink: https://whatsnew.fyi/product/netbird/releases/v0.76.1 - **added** — Support Android session expiry handling - **changed** — Stop and remove the daemon on netbird-ui cask uninstall - **fixed** — Fix daemon lock order inversion between SetConfig and login - **fixed** — Fix expression order in legacy nftables route rules - **changed** — Remove cluster tag from proxy metrics - **changed** — Restrict debug bundle log path and upload destinations - **changed** — Management-owned LLM pricing: file-backed defaults ##### What's Changed * [client] Support Android session expiry handling by @pappz in https://github.com/netbirdio/netbird/pull/6945 * [client] Stop and remove the daemon on netbird-ui cask uninstall by @lixmal in https://github.com/netbirdio/netbird/pull/6977 * [misc] Update SECURITY.md by @mlsmaycon in https://github.com/netbirdio/netbird/pull/6981 * [misc] group x package updates and run weekly by @mlsmaycon in https://github.com/netbirdio/netbird/pull/7000 * [client] Fix daemon lock order inversion between SetConfig and login by @lixmal in https://github.com/netbirdio/netbird/pull/6978 * [client] Fix expression order in legacy nftables route rules by @Optic00 in https://github.com/netbirdio/netbird/pull/7011 * [proxy] remove cluster tag from proxy metrics by @pascal-fischer in https://github.com/netbirdio/netbird/pull/6985 * [misc] update contributing guide by @mlsmaycon in https://github.com/netbirdio/netbird/pull/7009 * [client] Restrict debug bundle log path and upload destinations by @lixmal in https://github.com/netbirdio/netbird/pull/6975 * [management, proxy] Management-owned LLM pricing: file-backed defaults + by @braginini in https://github.com/netbirdio/netbird/pull/6965 ##### Agent Network * The merged PR https://github.com/netbirdio/netbird/pull/6965 requires an upgrade of both Management and Proxy containers. New proxy under old management silently disables cost metering. ##### New Contributors * @Optic00 made their first contribution in https://github.com/netbirdio/netbird/pull/7011 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.76.0...v0.76.1 ### v0.76.0 - Date: 2026-07-29 - Version: v0.76.0 - Original notes: https://github.com/netbirdio/netbird/releases/tag/v0.76.0 - Permalink: https://whatsnew.fyi/product/netbird/releases/v0.76.0 - **security** — Fix local privilege escalation in the client daemon by requiring root or administrator privileges to enable the SSH server, enable SSH root login, disable SSH authentication, or change the management URL or deregister the peer while the SSH server is enabled - **changed** — Derive each local caller's identity from the kernel in the daemon's local control interface - **changed** — Serve a named pipe instead of loopback TCP on Windows for the daemon's local control interface - **changed** — Automatically migrate existing Windows installations to use the named pipe instead of loopback TCP - **added** — Expose RenameProfile in the Android profile manager binding - **changed** — Build UI release binaries with the production tag - **fixed** — Escape dots in interface names for sysctl configuration - **fixed** — Serialize iOS tunnel reconfiguration callbacks - **changed** — Unify route selection in the route manager - **changed** — Parse NB_LAZY_CONN_INACTIVITY_THRESHOLD as a Go duration - **added** — Export peer details for Android - **fixed** — Add explicit accountID check when deleting a user - **deprecated** — Deprecate legacy Dex and Zitadel getting-started scripts - **fixed** — Fix UI crash on Windows builds without dark-mode support - **changed** — Make pprof configurable in the signal component - **changed** — Force routing-peer DNS resolution for reverse-proxy domain targets - **changed** — Read reverse-proxy service and target columns in Postgres path ##### Security Fixes a local privilege escalation in the client daemon (https://github.com/netbirdio/netbird/security/advisories/GHSA-qcpp-8vwj-hhwr). The daemon's local control interface accepted any local caller without authentication, so an unprivileged user on the same machine could enable the embedded SSH server, turn on SSH root login and disable SSH authentication, and then open a root shell. Every version from 0.5.0 to 0.75.1 is affected: on Linux, macOS and FreeBSD through the world-writable Unix socket, and on Windows through the loopback TCP listener, which carried no caller identity at all. Reported by @neewek. The daemon now derives each local caller's identity from the kernel and requires root, or an administrator on Windows, to enable the SSH server, enable SSH root login, disable SSH authentication, or to change the management URL or deregister the peer while that profile has the SSH server enabled. On Windows it serves a named pipe instead of loopback TCP, and existing installations are migrated automatically. Upgrade note: if you enable any of those settings from a script or an unprivileged session, run the command with sudo, or from an elevated prompt on Windows. Turning them off is unchanged, and so is everything else on the socket. Learn more [here](https://netbird.io/knowledge-hub/security-advisory-daemon-ipc-local-privilege-escalation) ##### What's Changed * [management] Force routing-peer DNS resolution for reverse-proxy domain targets by @lixmal in https://github.com/netbirdio/netbird/pull/6872 * [management] Read reverse-proxy service and target columns in Postgres path by @lixmal in https://github.com/netbirdio/netbird/pull/6886 * [client] Expose RenameProfile in the Android profile manager binding by @pappz in https://github.com/netbirdio/netbird/pull/6926 * [client] Build UI release binaries with the production tag by @pappz in https://github.com/netbirdio/netbird/pull/6898 * [client] Escape dots in interface names for sysctl configuration by @stefan-fast in https://github.com/netbirdio/netbird/pull/6930 * [client] Serialize iOS tunnel reconfiguration callbacks by @pappz in https://github.com/netbirdio/netbird/pull/6870 * [client] Unify route selection in the route manager by @pappz in https://github.com/netbirdio/netbird/pull/6928 * [client] parse NB_LAZY_CONN_INACTIVITY_THRESHOLD as a Go duration by @riccardomanfrin in https://github.com/netbirdio/netbird/pull/6947 * [client] Export peer details for Android by @pappz in https://github.com/netbirdio/netbird/pull/6925 * [management] explicit accountID check when deleting a user by @pascal-fischer in https://github.com/netbirdio/netbird/pull/6944 * [infrastructure] Deprecate legacy Dex and Zitadel getting-started scripts by @TechHutTV in https://github.com/netbirdio/netbird/pull/6952 * [client] Fix UI crash on Windows builds without dark-mode support by @lixmal in https://github.com/netbirdio/netbird/pull/6958 * [signal] make pprof configurable by @pascal-fischer in https://github.com/netbirdio/netbird/pull/6963 * [client] Authorize daemon IPC callers by their local identity by @lixmal in https://github.com/netbirdio/netbird/pull/6967 ##### New Contributors * @stefan-fast made their first contribution in https://github.com/netbirdio/netbird/pull/6930 * @TechHutTV made their first contribution in https://github.com/netbirdio/netbird/pull/6952 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.75.1...v0.76.0 ### v0.75.1 - Date: 2026-07-28 - Version: v0.75.1 - Original notes: https://github.com/netbirdio/netbird/releases/tag/v0.75.1 - Permalink: https://whatsnew.fyi/product/netbird/releases/v0.75.1 - **added** — Added prompt cache token and cost accounting to Agent Network usage - **added** — Added support for Claude Opus 5 - **added** — Scoped Agent Network model allowlists per policy, group, and provider - **changed** — Reconcile routed AllowedIPs when a lazy connection becomes idle - **changed** — Fetch FreeBSD port files from the GitHub mirror instead of cgit - **fixed** — Restored the missing backup.Reset behavior - **changed** — Export agent version information for iOS - **changed** — Use platform-specific installer URLs for manual update downloads - **changed** — Exit the GUI immediately when the Windows session ends - **fixed** — Fixed stale routing peers after removing overlapping-prefix networks - **added** — Added ReapplyMatching support to the dedicated AllowedIPsRefCounter - **changed** — Restored the rootless-latest Docker image tag ##### Release Notes for v0.75.1 ###### What's New ###### Agent Network - Added prompt cache token and cost accounting to Agent Network usage. https://github.com/netbirdio/netbird/pull/6900 - Added support for Claude Opus 5. https://github.com/netbirdio/netbird/pull/6895 - Scoped Agent Network model allowlists per policy, group, and provider. https://github.com/netbirdio/netbird/pull/6905 ###### Client Improvements - Reconcile routed AllowedIPs when a lazy connection becomes idle. https://github.com/netbirdio/netbird/pull/6863 - Fetch FreeBSD port files from the GitHub mirror instead of cgit. https://github.com/netbirdio/netbird/pull/6880 - Restored the missing `backup.Reset` behavior. https://github.com/netbirdio/netbird/pull/6883 - Made `Test_ConnectPeers` deterministic under Docker/eBPF kernel and Darwin CI. https://github.com/netbirdio/netbird/pull/6884 - Export agent version information for iOS. https://github.com/netbirdio/netbird/pull/6918 - Use platform-specific installer URLs for manual update downloads. https://github.com/netbirdio/netbird/pull/6922 - Exit the GUI immediately when the Windows session ends. https://github.com/netbirdio/netbird/pull/6878 - Fixed stale routing peers after removing overlapping-prefix networks. https://github.com/netbirdio/netbird/pull/6799 - Added `ReapplyMatching` support to the dedicated `AllowedIPsRefCounter`. https://github.com/netbirdio/netbird/pull/6935 ###### Infrastructure & Miscellaneous - Restored the `rootless-latest` Docker image tag. https://github.com/netbirdio/netbird/pull/6914 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.75.0...v0.75.1 ### v0.75.0 - Date: 2026-07-23 - Version: v0.75.0 - Original notes: https://github.com/netbirdio/netbird/releases/tag/v0.75.0 - Permalink: https://whatsnew.fyi/product/netbird/releases/v0.75.0 - **added** — Rebuilt the desktop client as a Wails v3 application with a React and TypeScript frontend, replacing the Fyne UI - **added** — Added internationalization with 10 locales (English, German, Spanish, French, Hungarian, Italian, Japanese, Portuguese, Russian, and Simplified Chinese) - **added** — Added a new system tray with per-platform theme-aware icons, including a native XEmbed host and theme watcher on Linux - **added** — Extended the daemon API with status stream subscription, an event stream, networks and exit-node selection endpoints, and richer full status with probe throttling - **added** — Added a JSON gateway for the NetBird daemon, exposing the daemon API over HTTP/JSON - **added** — Introduced client-side event aggregation - **changed** — Improved session handling with an auth session watcher, pending login flow, session-expiration dialog and tray notifications, and netbird login improvements - **changed** — Enabled launch-on-login by default on fresh GUI installs, managed through the daemon as the single source of truth - **changed** — Made the client connect immediately on profile selection, except while managing profiles - **changed** — Brought the connection up in Go after SSO login for a faster, more reliable post-login connect - **changed** — Offloaded client config generation to the client, reducing work on the management server - **changed** — Warmed lazy connections from the DNS resolver so lazily-connected peers come up faster - **changed** — Raised the relay early-message buffer cap to 10,000 to avoid dropping relayed handshakes - **changed** — Updated Wails to v3.0.0-alpha2.117 - **fixed** — Fixed the browser dialog not closing during the renew-session flow - **fixed** — Fixed forwarder peers never being excluded from lazy connections - **fixed** — Fixed WGWatcher silently failing to restart on fast disconnect/reconnect - **fixed** — Cleared stale UDP checksums in the eBPF XDP proxy after port rewrite - **fixed** — Fixed a nil-context panic in the iOS dynamic route resolver - **security** — Enforced MDM disableAutostart on every GUI launch, not just fresh installs ##### Release Notes for v0.75.0 ###### New Feature: Redesigned Desktop Client This release ships a complete rewrite of the desktop client. We went ahead and replaced the old Fyne-based tray application with a new Wails v3 app backed by a React and TypeScript frontend, and it is a massive upgrade. You get a proper main connection view, an exit-node switcher, a networks and peers browser with detail panels, profile management, full settings, debug-bundle creation, and a first-run welcome flow, all in one place instead of buried in a tray menu. [#6473](https://github.com/netbirdio/netbird/pull/6473) by @pappz and @heisbrot peers-view The new UI is also translated into 10 languages now, and session handling got a lot smarter, so you actually know when your session is about to expire instead of finding out the hard way. Do note that launch-on-login is now enabled by default on fresh GUI installs, so if you manage devices through MDM, the `disableAutostart` setting is enforced on every launch to keep that under your control. settings-language - Rebuilt the desktop client as a **Wails v3 application with a React + TypeScript frontend**, replacing the Fyne UI. [#6473](https://github.com/netbirdio/netbird/pull/6473) - Added **internationalization with 10 locales** (English, German, Spanish, French, Hungarian, Italian, Japanese, Portuguese, Russian, and Simplified Chinese), shared between the tray and the frontend. [#6473](https://github.com/netbirdio/netbird/pull/6473), [#6790](https://github.com/netbirdio/netbird/pull/6790) by @s-shimizu-clpl - Added a **new system tray** with per-platform theme-aware icons, including a native XEmbed host and theme watcher on Linux. [#6473](https://github.com/netbirdio/netbird/pull/6473) - Improved **session handling** with an auth session watcher, pending login flow, session-expiration dialog and tray notifications, and `netbird login` improvements. [#6473](https://github.com/netbirdio/netbird/pull/6473) - Extended the **daemon API** with status stream subscription, an event stream, networks and exit-node selection endpoints, and richer full status, with probe throttling to protect the daemon from UI-driven request storms. [#6473](https://github.com/netbirdio/netbird/pull/6473) - Enabled **launch-on-login by default on fresh GUI installs**, managed through the daemon as the single source of truth (HKCU on Windows). [#6738](https://github.com/netbirdio/netbird/pull/6738) by @mlsmaycon - Enforced **MDM `disableAutostart` on every GUI launch**, not just fresh installs. [#6782](https://github.com/netbirdio/netbird/pull/6782) by @riccardomanfrin Learn more: - Desktop app overview: https://docs.netbird.io/client/desktop-app - Profiles: https://docs.netbird.io/client/profiles - Deep dive on the new app: https://netbird.io/knowledge-hub/netbird-v0-75-new-desktop-app ###### What's Changed ###### Desktop Client Improvements - Made the client **connect immediately on profile selection**, except while managing profiles. [#6838](https://github.com/netbirdio/netbird/pull/6838) by @pappz - Brought the **connection up in Go after SSO login** for a faster, more reliable post-login connect. [#6744](https://github.com/netbirdio/netbird/pull/6744) by @mlsmaycon - Kept the **session deadline visible across reconnects**. [#6847](https://github.com/netbirdio/netbird/pull/6847) by @pappz - Fixed the **browser dialog not closing** during the renew-session flow. [#6745](https://github.com/netbirdio/netbird/pull/6745) by @heisbrot - Disconnected the **daemon on GUI quit** via an async Down call. [#6796](https://github.com/netbirdio/netbird/pull/6796) by @pappz - Restored **residual state in foreground mode** before login. [#6707](https://github.com/netbirdio/ne _[Truncated at 4000 characters — full notes: https://github.com/netbirdio/netbird/releases/tag/v0.75.0]_ ### v0.74.7 - Date: 2026-07-17 - Version: v0.74.7 - Original notes: https://github.com/netbirdio/netbird/releases/tag/v0.74.7 - Permalink: https://whatsnew.fyi/product/netbird/releases/v0.74.7 - **fixed** — Handle QUIC connections concurrently in relay to prevent handshake head-of-line blocking - **fixed** — Reject leading hyphen in getent input to prevent flag injection - **fixed** — Sanitize peer FQDN/hostname in generated SSH config - **fixed** — Disable gVisor TCP RACK loss detection on Windows - **changed** — Bind netstack SOCKS5 proxy to 127.0.0.1 by default - **fixed** — Evaluate IP fragments against firewall ACLs ##### What's Changed * [relay] Handle QUIC connections concurrently to prevent handshake head-of-line blocking by @lixmal in https://github.com/netbirdio/netbird/pull/6784 * [client] Reject leading hyphen in getent input to prevent flag injection by @lixmal in https://github.com/netbirdio/netbird/pull/6787 * [client] Sanitize peer FQDN/hostname in generated SSH config by @riccardomanfrin in https://github.com/netbirdio/netbird/pull/6805 * [client] Disable gVisor TCP RACK loss detection on Windows by @lixmal in https://github.com/netbirdio/netbird/pull/6808 * [client] Rename isValidAccessToken to reflect audience-only check by @riccardomanfrin in https://github.com/netbirdio/netbird/pull/6806 * [client] Bind netstack SOCKS5 proxy to 127.0.0.1 by default by @riccardomanfrin in https://github.com/netbirdio/netbird/pull/6812 * [client] Evaluate IP fragments against firewall ACLs by @lixmal in https://github.com/netbirdio/netbird/pull/6781 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.74.6...v0.74.7 ### v0.74.6 - Date: 2026-07-15 - Version: v0.74.6 - Original notes: https://github.com/netbirdio/netbird/releases/tag/v0.74.6 - Permalink: https://whatsnew.fyi/product/netbird/releases/v0.74.6 - **fixed** — Preserve WireGuard key on interactive re-login for iOS client ##### What's Changed * [client] ios: preserve WireGuard key on interactive re-login (#6777) **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.74.5...v0.74.6 ### v0.74.5 - Date: 2026-07-14 - Version: v0.74.5 - Original notes: https://github.com/netbirdio/netbird/releases/tag/v0.74.5 - Permalink: https://whatsnew.fyi/product/netbird/releases/v0.74.5 - **changed** — Enforce model allowlist for URL-routed providers (Bedrock/Vertex) in proxy - **removed** — Remove proxy peer stale deduplication logic from management ##### What's Changed * [proxy] enforce model allowlist for URL-routed providers (Bedrock/Vertex) by @mlsmaycon in https://github.com/netbirdio/netbird/pull/6764 * [management] Remove proxy peer stale deduplication logic by @mlsmaycon in https://github.com/netbirdio/netbird/pull/6768 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.74.4...v0.74.5 ### v0.75.0-rc.6 - Date: 2026-07-13 - Version: v0.75.0-rc.6 - Original notes: https://github.com/netbirdio/netbird/releases/tag/v0.75.0-rc.6 - Permalink: https://whatsnew.fyi/product/netbird/releases/v0.75.0-rc.6 - Labels: Pre-release - **fixed** — Fix MDM managementURL conflict on default-port URL echo - **added** — Introduce client-side event aggregation - **added** — Add JSON gateway for NetBird daemon - **fixed** — Re-generate gateway proto files - **fixed** — Fix browser relay WebSocket close and raise RDP dial timeout - **added** — Add traffic filters for source and destination ID - **added** — Add SSO login flow timing instrumentation - **fixed** — Fix duplicate operationId in OpenAPI spec - **added** — Add agent_network_only account setting - **added** — Add dashboard_features account setting - **fixed** — Bring the connection up in Go after SSO login - **changed** — Enable launch-on-login by default on fresh GUI installs - **changed** — Require dashboard_features.agent_network when enabling agent_network_only - **changed** — Include system events in status conversion ##### What's Changed * [client] fix MDM managementURL conflict on default-port URL echo by @riccardomanfrin in https://github.com/netbirdio/netbird/pull/6672 * [management,client] 0.75.0 release by @mlsmaycon in https://github.com/netbirdio/netbird/pull/6473 * [client] introduce client-side event aggregation by @dmitri-netbird in https://github.com/netbirdio/netbird/pull/6627 * [client] add json gateway for netbird daemon by @jnfrati in https://github.com/netbirdio/netbird/pull/6272 * [client] fix: re-generate gateway proto files by @jnfrati in https://github.com/netbirdio/netbird/pull/6696 * [client] Merge v0.74.x branch by @theodorsm in https://github.com/netbirdio/netbird/pull/6700 * [doc] Update Agent Network Readme by @braginini in https://github.com/netbirdio/netbird/pull/6699 * [client] Fix browser relay WebSocket close and raise RDP dial timeout by @lixmal in https://github.com/netbirdio/netbird/pull/6684 * [management] add traffic filters for source and dest id by @pascal-fischer in https://github.com/netbirdio/netbird/pull/6697 * [client] fix flaky test around event aggregation by @dmitri-netbird in https://github.com/netbirdio/netbird/pull/6710 * [client] Add SSO login flow timing instrumentation by @mlsmaycon in https://github.com/netbirdio/netbird/pull/6717 * [client,management] sync 0.74.4 changes by @mlsmaycon in https://github.com/netbirdio/netbird/pull/6727 * [management] fix duplicate operationId in OpenAPI spec by @CoderSufiyan in https://github.com/netbirdio/netbird/pull/6734 * [management] Add agent_network_only account setting by @mlsmaycon in https://github.com/netbirdio/netbird/pull/6736 * [management] Add dashboard_features account setting by @mlsmaycon in https://github.com/netbirdio/netbird/pull/6742 * [client] Bring the connection up in Go after SSO login by @mlsmaycon in https://github.com/netbirdio/netbird/pull/6744 * [client] Enable launch-on-login by default on fresh GUI installs by @mlsmaycon in https://github.com/netbirdio/netbird/pull/6738 * [management] require dashboard_features.agent_network when enabling agent_network_only by @mlsmaycon in https://github.com/netbirdio/netbird/pull/6750 * [proxy, client] Include system events in status conversion by @lixmal in https://github.com/netbirdio/netbird/pull/6746 * [management] add logs to ephemeral delete by @pascal-fischer in https://github.com/netbirdio/netbird/pull/6747 ##### New Contributors * @CoderSufiyan made their first contribution in https://github.com/netbirdio/netbird/pull/6734 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.74.2...v0.75.0-rc.6