Releases: netbirdio/netbird
v0.9.8
Release Notes
Management
- Add DNS Nameserver support to management(#484 & #491)
- Initial User Invites implementation (HTTP API) (#483)
Agent
- Get the Windows version from the registry (#502)
- Fix UI memory leak on macOS (#504)
- Disable uninstall message when the upgrade is silent (#505)
Dashboard
- Support custom redirect URIs by (#499 & netbirdio/dashboard#92)
- Don't display the announcement after closing it (netbirdio/dashboard#95)
Hosted Version (https://app.netbird.io)
- Account linking - New social signups with existing verified emails will be merged into single accounts
- Support for Azure AD and Office 365 Logins
Others
- Run tests only on branch main and on pull requests (#492)
v0.9.7
v0.9.6
Release Notes
This release improves the Peer Tab of the Dashboard and basic User role management.
Web UI
- Enhance user view to update user role (netbirdio/dashboard#82)
- Display additional peer info (netbirdio/dashboard#84)
Management
- Enhance Users HTTP API to support user role updates by an administrator (#478)
- Add hostname and userID to the HTTP API peer response (#479)
Agent
v0.9.5
v0.9.4
Release Notes
This PR makes it easy to tag (group) machines by automatically adding them to predefined groups assigned to users.
All peers (machines) added by the user will be added to the predefined groups.
Web UI
- Peers auto-tagging (auto-grouping) with users and predefined groups (netbirdio/dashboard#77)
This feature auto-tags peers to add them to the groups configured per user.
Management
- Enhance Users HTTP API to add/delete/update auto groups (#467)
Agent
v0.9.3
Release Notes
Agent
- Improve WireGuard and TUN kernel modules loading (#470).
There was no check for a TUN module. On some Linux versions agent was failing without an explicit TUN module load. the agent now checks for module existence and loads it.
The same is done for the WireGuard module. - Fixed a panic bug with nftables firewall manager and the CleanRoutingRules method
v0.9.2
Release Notes
This PR brings an easy way to add new machines to the network, automatically adding them to predefined groups (to be used for access control). Refer to the documentation for details.
Web UI
- Peers auto-tagging (auto-grouping) with setup keys with predefined groups (netbirdio/dashboard#75)
This feature auto-tags peers to add them to the groups configured in setup keys.
Management
- Enhance SetupKeys HTTP API to add/delete/update auto groups (#466)
v0.9.1
v0.9.0
Release Notes
This release brings simple Network routes support.
Creating routes and assigning routing peers to forward packets between your NetBird peers and your other networks is now possible.
Management
Agent
- Add routing peer support (#441)
Web UI
- Add Network Routes UI (dashboard#71)