Skip to content

Releases: netbirdio/netbird

v0.25.7

07 Feb 15:16
a7547b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.6...v0.25.7

v0.25.6

05 Feb 16:33
62bacee
Compare
Choose a tag to compare

What's Changed

  • Update bug-issue-report and feature request templates by @mlsmaycon in #1499
  • Fix data dir creation permissions by @lixmal in #1503
  • Fix iOS DNS timeout by @lixmal in #1504
  • Restore dns on unclean shutdown by @lixmal in #1494
  • getFirstListenerAvailable(): adjust logging levels and add success message by @nazarewk in #1513
  • Extract peer real IP from Load Balancer when possible by @surik in #1510
  • Export info log level setter for Android by @pappz in #1518
  • Update port, ip choice logic in DNS service by @pappz in #1514
  • Fix/resolv parser by @pappz in #1520
  • Remove query parameter from policy endpoints by @surik in #1527
  • Update grpc-middleware to bring changes related to realip by @surik in #1526
  • Use dashboard v2 for getting started scripts by @mlsmaycon in #1530

Full Changelog: v0.25.5...v0.25.6

v0.25.5

25 Jan 12:02
399493a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.25.4...v0.25.5

v0.25.4

16 Jan 09:14
9fa0fbd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.25.3...v0.25.4

v0.25.3

04 Jan 16:23
1f3a12d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.2...v0.25.3

v0.25.2

22 Dec 10:26
bc3d647
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.1...v0.25.2

v0.25.1

20 Dec 19:23
7060b63
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.0...v0.25.1

v0.25.0

18 Dec 11:30
3168b80
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.24.4...v0.24.5

v0.24.4

08 Dec 12:18
a1c4846
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.3...v0.24.4

v0.24.3

24 Nov 10:52
fdd23d4
Compare
Choose a tag to compare

Release notes

New features

Client update notification

Now, GUI clients will notify users of the new version available to download:
image

The client will redirect Linux and homebrew users to the installation doc.

Enhancements

Network routes default gateway handling

Network routes now handle ranges that contain the IP address of the local system's default gateway. Instead of not configuring the route, the client checks if the range is smaller than the existing one and adds a backup route to the default gateway using the local range.

What's Changed

Big thanks to our new contributors