v0.68.2

netbirdio/netbirdv0.68.2Apr 13, 2026by pappz

AI Summary

This release improves firewall handling, fixes Android connectivity issues, and adds database null handling improvements.

Key Highlights

  • Used native firewall for peer ACLs in userspace WireGuard mode
  • Fixed Android internet blackhole caused by stale routes
  • Fixed DNS resolution with userspace WireGuard and kernel firewall
  • Added network map tests

New Features

  • Native firewall for peer ACLs in userspace WireGuard mode
  • Fixed Android internet blackhole
  • Fixed DNS resolution with userspace WireGuard

Full Release Notes

## What's Changed
* [management] network map tests by @mlsmaycon in https://github.com/netbirdio/netbird/pull/5795
* [management] use sql null vars by @pascal-fischer in https://github.com/netbirdio/netbird/pull/5844
* [client] Use native firewall for peer ACLs in userspace WireGuard mode by @lixmal in https://github.com/netbirdio/netbird/pull/5668
* [misc] update dashboards by @pascal-fischer in https://github.com/netbirdio/netbird/pull/5840
* [management] update account delete with proper proxy domain and service cleanup by @pascal-fischer in https://github.com/netbirdio/netbird/pull/5817
* [management] allow local routing peer resource by @pascal-fischer in https://github.com/netbirdio/netbird/pull/5814
* [management] enable access log cleanup by default by @pascal-fischer in https://github.com/netbirdio/netbird/pull/5842
* [client] Update `RaceDial` to accept context for improved cancellation by @pappz in https://github.com/netbirdio/netbird/pull/5849
* [management] add domain and service cleanup migration by @pascal-fischer in https://github.com/netbirdio/netbird/pull/5850
* [client] Fix Android internet blackhole caused by stale route re-injection on TUN rebuild by @pappz in https://github.com/netbirdio/netbird/pull/5865
* [client] Fix/grpc retry by @pappz in https://github.com/netbirdio/netbird/pull/5750
* [client] Fix DNS resolution with userspace WireGuard and kernel firewall by @lixmal in https://github.com/netbirdio/netbird/pull/5873


**Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.68.1...v0.68.2