Release Notes for v0.48.0
What's New
This release brings port range support to NetBird. Now you can add rules with ports formated as <range_start>-<range_end>
, with that, if you need to allow all TCP ports, you can configure it with 1-65535
, see dashboard example below:
The feature support is available for management and client version
0.48.0
and for dashboard version2.14.0
Client Enhancements
- Fixed Android route notification behavior. #3971
- Added more advanced settings for Android clients. #4001
- Fixed port range squashing to ensure correct firewall rule behavior. #4007
Management Improvements
- Refactored route handling to use store methods for consistency and maintainability. #2928
- Added backward compatibility for clients without firewall rules port range support. #4003
- Exported ephemeral peer flag via API for better visibility. #4004
Full Changelog: v0.47.2...v0.48.0