v0.75.0-rc.6

apify/crawleev0.75.0-rc.6Jul 13, 2026by pappz

AI Summary

This release candidate introduces client-side event aggregation and a JSON gateway for the netbird daemon, alongside fixes for browser relay WebSocket issues and SSO login flows. It also adds new account settings for traffic filtering and dashboard features.

Key Highlights

  • Client-side event aggregation introduced
  • JSON gateway for netbird daemon added
  • Fixes for browser relay WebSocket close and RDP dial timeout
  • Traffic filters for source and destination IDs added
  • New account settings: agent_network_only and dashboard_features

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

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