v0.75.0-rc.6Pre-release
Added 6
- Introduce client-side event aggregation
- Add JSON gateway for NetBird daemon
- Add traffic filters for source and destination ID
- Add SSO login flow timing instrumentation
- Add agent_network_only account setting
- Add dashboard_features account setting
Changed 3
- Enable launch-on-login by default on fresh GUI installs
- Require dashboard_features.agent_network when enabling agent_network_only
- Include system events in status conversion
Fixed 5
- Fix MDM managementURL conflict on default-port URL echo
- Re-generate gateway proto files
- Fix browser relay WebSocket close and raise RDP dial timeout
- Fix duplicate operationId in OpenAPI spec
- Bring the connection up in Go after SSO login
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