v0.60.5
netbirdio/netbirdv0.60.5Dec 3, 2025by mlsmaycon
AI Summary
A maintenance release focusing on client stability, OAuth authentication enhancements, and management backend improvements including activity tracking and geolocation toggles.
Key Highlights
- OAuth select_account prompt support for PKCE flow
- Sleep state tracking for reliable wakeup events
- User created activity events
- Support to disable geolocation service
New Features
- OAuth select_account prompt support
- Sleep state tracking
- User created activity events
- Geolocation service toggle
- Conditional peer removal logic
Full Release Notes
## What's Changed * [client] Fix UI already running check by @pappz in https://github.com/netbirdio/netbird/pull/4858 * [client, management] Add OAuth select_account prompt support to PKCE flow by @pappz in https://github.com/netbirdio/netbird/pull/4880 * [management] Feat/api enhancements by @fahrishih in https://github.com/netbirdio/netbird/pull/4831 * [management] Add user created activity event by @bcmmbaga in https://github.com/netbirdio/netbird/pull/4893 * [management] Refactor network map controller by @pascal-fischer in https://github.com/netbirdio/netbird/pull/4789 * [management] update management integrations by @pascal-fischer in https://github.com/netbirdio/netbird/pull/4895 * [client] Add conditional peer removal logic during shutdown by @mlsmaycon in https://github.com/netbirdio/netbird/pull/4897 * [management] record pat usage metrics by @pascal-fischer in https://github.com/netbirdio/netbird/pull/4888 * [client] Add sleep state tracking to handle wakeup/sleep events reliably by @mlsmaycon in https://github.com/netbirdio/netbird/pull/4894 * [management] Add support to disable geolocation service by @bcmmbaga in https://github.com/netbirdio/netbird/pull/4901 * [relay] Use instanceURL instead of Exposed address. by @pappz in https://github.com/netbirdio/netbird/pull/4905 ## New Contributors * @fahrishih made their first contribution in https://github.com/netbirdio/netbird/pull/4831 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.60.4...v0.60.5