v0.75.0-rc.6

jo-inc/camofox-browserv0.75.0-rc.6Jul 13, 2026by pappz

AI Summary

This is a release candidate for version 0.75.0, introducing client-side event aggregation and a JSON gateway for the daemon. It also adds new traffic filters, account settings for agent network control, and fixes several browser relay and SSO issues.

Key Highlights

  • Introduces client-side event aggregation for improved performance.
  • Adds a JSON gateway for the netbird daemon.
  • Implements traffic filters for source and destination IDs.
  • Adds new account settings: agent_network_only and dashboard_features.
  • Fixes browser relay WebSocket close issues and RDP dial timeouts.

New Features

  • Client-side event aggregation
  • JSON gateway for netbird daemon
  • Traffic filters for source and destination IDs
  • Agent network only account setting
  • Dashboard features account setting
  • SSO login flow timing instrumentation
  • Launch-on-login enabled by default for fresh GUI installs

Full Release Notes

## 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