Skip to content

Releases: netbirdio/netbird

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

v0.36.6

12 Feb 15:13
d48edb9
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.30.0 to 0.33.0 by @dependabot in #3218
  • [client, server] Cleanup magiconair usage from repo by @pappz in #3276
  • Management REST Client Code by @mohamed-essam in #3278
  • [client] use embedded root CA if system certpool is empty by @hakansa in #3272
  • [misc] Replace Wiretrustee with Netbird by @lixmal in #3267
  • [client] Fix acl empty port range detection by @lixmal in #3285
  • [relay] Use new upstream for nhooyr.io/websocket package by @paralin in #3287
  • [client] Fix grouping of peer ACLs with different port ranges by @lixmal in #3289
  • [client] Fix nil pointer exception when load empty list and try to cast it by @pappz in #3282
  • [management] Check groups when counting peers on networks list by @pascal-fischer in #3284
  • [management] add logs for grpc API by @pascal-fischer in #3298
  • [client] Add experimental support for userspace routing by @lixmal in #3134
  • [signal] Fix context propagation in signal server by @4thel00z in #3251
  • [client, relay] Fix/wg watch by @pappz in #3261
  • [client] Support dns upstream failover for nameserver groups with same match domain by @lixmal in #3178
  • [client] Fix dns handler chain test by @lixmal in #3307
  • [client] Check for fwmark support and use fallback routing if not supported by @lixmal in #3220
  • [client] Enable userspace forwarder conditionally by @lixmal in #3309
  • fix integration tests by @pnmcosta in #3311

New Contributors

Full Changelog: v0.36.5...v0.36.6

v0.36.5

29 Jan 06:52
e20be23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.36.4...v0.36.5

v0.36.4

28 Jan 06:18
7335c82
Compare
Choose a tag to compare

What's Changed

  • [client] Allow freebsd to build netbird-ui by @lixmal in #3212
  • [management] Refactor peers to use store methods by @bcmmbaga in #2893
  • [misc] Fix: typo in test output by @JinxCappa in #3216
  • [management] remove peer from group on delete by @pascal-fischer in #3223
  • [management] disable prepareStmt for sqlite by @pascal-fischer in #3228
  • [client] Fix freebsd default routes by @lixmal in #3230
  • [client] Use correct stdout/stderr log paths for debug bundle on macOS by @lixmal in #3231
  • [client] Back up corrupted state files and present them in the debug bundle by @lixmal in #3227
  • [client] Match more specific dns handler first by @lixmal in #3226
  • [client] Mark redirected traffic early to match input filters on pre-DNAT ports by @lixmal in #3205
  • [management] use account request buffer on sync by @pascal-fischer in #3229
  • [management/signal/relay] add metrics descriptions by @pascal-fischer in #3233
  • [client] Support port ranges in peer ACLs by @lixmal in #3232
  • [client] Use dynamic dns route resolution on iOS by @lixmal in #3243
  • [management] copy source and destination resource on policyRule copy by @pascal-fischer in #3235

New Contributors

Full Changelog: v0.36.3...v0.36.4