v0.60.3

netbirdio/netbirdv0.60.3Nov 26, 2025by lixmal

AI Summary

A minor release focusing on client network stack improvements, including MSS clamping options and enhancements to the Darwin network monitoring system.

Key Highlights

  • MSS clamping made optional for nftables
  • Improved Darwin network monitoring with wakeup detection
  • Android TV device code display support

New Features

  • MSS clamping optional for nftables
  • Android resource selection
  • Custom zones search domain
  • Android TV device code display
  • Excluded port range handling for PKCE

Full Release Notes

## What's Changed

* [management] Remove TestBufferUpdateAccountPeers by @crn4 in https://github.com/netbirdio/netbird/pull/4839
* [client, management, signal, relay] Update go.mod to use Go 1.24.10 and upgrade x/crypto dependencies by @mlsmaycon in https://github.com/netbirdio/netbird/pull/4828
* [management] Fix SSH JWT issuer derivation for IDPs with path components by @sgtaziz in https://github.com/netbirdio/netbird/pull/4844
* [management] Preserve validator settings on account settings update by @bcmmbaga in https://github.com/netbirdio/netbird/pull/4862
* [client] Make mss clamping optional for nftables by @lixmal in https://github.com/netbirdio/netbird/pull/4843
* [client] Allow selection/deselection of network resources on Android by @doromaraujo in https://github.com/netbirdio/netbird/pull/4607
* [client] Support disable search domain for custom zones by @mlsmaycon in https://github.com/netbirdio/netbird/pull/4826
* [client] feat: Add support for displaying device code (UserCode) on Android TV by @shuuri-labs in https://github.com/netbirdio/netbird/pull/4800
* [client] Open browser for SSH automatically by @lixmal in https://github.com/netbirdio/netbird/pull/4838
* [client] Add excluded port range handling for PKCE flow by @mlsmaycon in https://github.com/netbirdio/netbird/pull/4853

## New Contributors
* @sgtaziz made their first contribution in https://github.com/netbirdio/netbird/pull/4844
* @shuuri-labs made their first contribution in https://github.com/netbirdio/netbird/pull/4800

**Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.60.2...v0.60.3