v0.76.1
neondatabase/neonv0.76.1Jul 31, 2026by lixmal
AI Summary
Fixes Android session expiry handling, daemon lock order inversion, and nftables expression order. Adds LLM pricing defaults for management-owned proxies.
Key Highlights
- Android session expiry handling support
- Fix daemon lock order inversion between SetConfig and login
- Fix expression order in legacy nftables route rules
- Management-owned LLM pricing file-backed defaults
Breaking Changes
- New proxy under old management silently disables cost metering
New Features
- Android session expiry handling
- Daemon lock order fix
- Nftables route rules fix
- LLM pricing file-backed defaults
Full Release Notes
## What's Changed * [client] Support Andorid session expiry handling by @pappz in https://github.com/netbirdio/netbird/pull/6945 * [client] Stop and remove the daemon on netbird-ui cask uninstall by @lixmal in https://github.com/netbirdio/netbird/pull/6977 * [misc] Update SECURITY.md by @mlsmaycon in https://github.com/netbirdio/netbird/pull/6981 * [misc] group x package updates and run weekly by @mlsmaycon in https://github.com/netbirdio/netbird/pull/7000 * [client] Fix daemon lock order inversion between SetConfig and login by @lixmal in https://github.com/netbirdio/netbird/pull/6978 * [client] Fix expression order in legacy nftables route rules by @Optic00 in https://github.com/netbirdio/netbird/pull/7011 * [proxy] remove cluster tag from proxy metrics by @pascal-fischer in https://github.com/netbirdio/netbird/pull/6985 * [misc] update contributing guide by @mlsmaycon in https://github.com/netbirdio/netbird/pull/7009 * [client] Restrict debug bundle log path and upload destinations by @lixmal in https://github.com/netbirdio/netbird/pull/6975 * [management, proxy] Management-owned LLM pricing: file-backed defaults + by @braginini in https://github.com/netbirdio/netbird/pull/6965 ## Agent Network * The merged PR https://github.com/netbirdio/netbird/pull/6965 requires an upgrade of both Management and Proxy containers. New proxy under old management silently disables cost metering. ## New Contributors * @Optic00 made their first contribution in https://github.com/netbirdio/netbird/pull/7011 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.76.0...v0.76.1