v0.59.13
netbirdio/netbirdv0.59.13Nov 13, 2025by mlsmaycon
AI Summary
A backend-focused maintenance release improving network map performance, database stability with deadlock fixes, and adding group activity tracking.
Key Highlights
- Incremental network map builder
- Group activity events
- PAT rate limiting
- PostgreSQL deadlock fix
New Features
- Incremental network map builder
- Group activity events
- PAT rate limiting
- PostgreSQL deadlock fix
- Quick actions window
- stdnet context for DNS
Full Release Notes
## What's Changed * [management] activity events on group updates by @pascal-fischer in https://github.com/netbirdio/netbird/pull/4750 * Bump github.com/containerd/containerd from 1.7.27 to 1.7.29 by @dependabot[bot] in https://github.com/netbirdio/netbird/pull/4756 * [management] incremental network map builder by @crn4 in https://github.com/netbirdio/netbird/pull/4753 * [management] add pat rate limiting by @pascal-fischer in https://github.com/netbirdio/netbird/pull/4741 * [management] remove toAll firewall rule by @crn4 in https://github.com/netbirdio/netbird/pull/4725 * [management] remove GLOBAL when disabling foreign keys on mysql by @pascal-fischer in https://github.com/netbirdio/netbird/pull/4615 * [management ] remove timing logs by @pascal-fischer in https://github.com/netbirdio/netbird/pull/4761 * [client] Create networkd.conf.d if it doesn't exist by @lixmal in https://github.com/netbirdio/netbird/pull/4764 * [management] fix pg db deadlock after app panic by @crn4 in https://github.com/netbirdio/netbird/pull/4772 * [client] Fix agent reference by @pappz in https://github.com/netbirdio/netbird/pull/4776 * [management] move network map logic into new design by @pascal-fischer in https://github.com/netbirdio/netbird/pull/4774 * [management] Removed policy posture checks on original peer by @pascal-fischer in https://github.com/netbirdio/netbird/pull/4779 * [client] Fix shutdown blocking on stuck ICE agent close by @lixmal in https://github.com/netbirdio/netbird/pull/4780 * [client] Add quick actions window by @doromaraujo in https://github.com/netbirdio/netbird/pull/4717 * [client] Use stdnet with a context to avoid DNS deadlocks by @lixmal in https://github.com/netbirdio/netbird/pull/4781 * [client] Replace ipset lib by @lixmal in https://github.com/netbirdio/netbird/pull/4777 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.59.12...v0.59.13