Skip to content

Releases: netbirdio/netbird

v0.39.2

28 Mar 19:21
21464ac
Compare
Choose a tag to compare

What's Changed

  • [management] Sync account peers on network router group changes by @bcmmbaga in #3573
  • [client] fix route handling for local peer state by @hakansa in #3586
  • [management] fix extend call and move config to types by @mlsmaycon in #3575
  • [client] Ensure status recorder is always initialized by @lixmal in #3588
  • [management] Fix extended config when nil by @mlsmaycon in #3593
  • [client] Disable systemd-resolved default route explicitly on match domains only by @lixmal in #3584
  • [client] Stop flow grpc receiver properly by @lixmal in #3596
  • [client] Prevent calling the onDisconnected callback in incorrect state by @pappz in #3582
  • [client] Fix close WireGuard watcher by @pappz in #3598

Full Changelog: v0.39.1...v0.39.2

v0.39.1

24 Mar 00:03
9cbcf75
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.39.0...v0.39.1

v0.39.0

23 Mar 19:57
bd8f0c1
Compare
Choose a tag to compare

Release Notes for v0.39.0

What's New

This release includes support for traffic events captured between peers and resources and other peers in the network. We are also adding support to the Redis cache for IDP data. This allows a more persistent cache across management restarts.

Traffic events support (Cloud-only)

We’ve made significant progress on network traffic observability by adding Traffic events support and enhancing event metadata. The updates include:

image

  • Traffic events support on client. #3414

These changes help you gain deeper visibility into traffic flows within your network.

Learn more at https://docs.netbird.io/how-to/traffic-events-logging.

Improvements to Flow Stability and Debugging

  • Improved handling of embedded listeners and shutdowns in flow GRPC. #3557, #3564
  • Added profiling dumps to the debug package to assist with deeper diagnostics. #3517

REST Client Improvements

  • Bearer token support has been added to the management REST client for more secure integrations. #3534

Improvements

  • DNS Policies: Fixed DNS NRPT policies handling. #3459

  • Flow Acknowledgement: Added initiator field to flow acknowledgments. #3563

  • Redis IDP Cache: Management now logs Redis cache usage. You can export the variable NB_IDP_CACHE_REDIS_ADDRESS=redis://<IP>:<PORT> to the management server to use the new store. #3562

  • Version Fixes: Connection issues resolved for -dev, -alpha, and similar versions. #3511

  • Docker Compose Cleanup: Removed duplicate labels in the relay service. #3502

Bug Fixes

  • Fixed issue with the Advanced Settings UI on Windows 11 when using a Chinese locale. #3483
  • Resolved an issue with always enabling NetworkResource in createResource(). #3532

Documentation

  • Updated examples in the events section and added tag to the ingress port docs. #3552
  • Updated CONTRIBUTOR_LICENSE_AGREEMENT.md. #3535

Other Changes

  • Removed "Admin Panel" item from the UI client. #3560

New Contributors

Full Changelog: v0.38.2...v0.39.0

v0.38.2

16 Mar 14:23
0ef476b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.38.1...v0.38.2

v0.38.1

16 Mar 08:54
6f82e96
Compare
Choose a tag to compare

What's Changed

  • [misc] Update link to kubernetes operator by @braginini in #3489
  • [client] Nil check on route manager by @pappz in #3486
  • [client] Fix anonymized addresses documentation by @lixmal in #3505
  • [client] Set info logs and add dump state by @pappz in #3504

Full Changelog: v0.38.0...v0.38.1

v0.38.0

10 Mar 23:33
67ae871
Compare
Choose a tag to compare

Release notes

This release fixes a few bugs with client startup where the client could get blocked in case of settings changes in the GUI and improves the Network monitor lifecycle trigger to avoid race conditions. It also adds an initial client support for a new feature called Ingress ports that should allow users to enable port forwarding in the future and port-range access control policies.

New features

  • [client, management] Add Ingress ports initial support #3275

Enhancements

  • [client] Enable windows stderr logs by default #3476
  • [docs] Fix typo #3477
  • [client] Prevent panic in case of double close call #3475
  • [client] Prevent to block channel writing #3474
  • [client] Add option to autostart netbird ui in the Windows installer #3469
  • [client] Fix engine restart race condition #3435
  • [client] Ignore candidates that are part of the the wireguard subnet #3472
  • [client] Increase local daemon connection timeout to 50 sec #3481
  • [management] return empty array instead of null on networks endpoints #3480

Full Changelog: v0.37.2...v0.38.0

v0.37.2

07 Mar 15:58
ae6b613
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.37.1...v0.37.2

v0.37.1

24 Feb 00:22
cc48594
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.37.0...v0.37.1

v0.37.0

21 Feb 18:19
73ce746
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.36.7...v0.37.0

v0.36.7

13 Feb 17:55
c4a6daf
Compare
Choose a tag to compare

What's Changed

  • [client] Fix priority handling by @pappz in #3313
  • [client] Use GPO DNS Policy Config to configure DNS if present by @lixmal in #3319

Full Changelog: v0.36.6...v0.36.7