v0.59.3
netbirdio/netbirdv0.59.3Oct 6, 2025by mlsmaycon
AI Summary
Infrastructure refactoring to handle gRPC over WebSocket proxy internally and adjust signal ports for WebSocket connections.
Key Highlights
- Handle gRPC from ws proxy internally instead of via tcp.
- Adjust signal port for websocket connections.
Full Release Notes
## What's Changed * Adjust signal port for websocket connections by @mlsmaycon in https://github.com/netbirdio/netbird/pull/4594 * [client,management,signal] Handle grpc from ws proxy internally instead of via tcp by @lixmal in https://github.com/netbirdio/netbird/pull/4593 * [management,signal] Remove ws-proxy read deadline by @lixmal in https://github.com/netbirdio/netbird/pull/4598 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.59.2...v0.59.3