v0.66.2
netbirdio/netbirdv0.66.2Mar 4, 2026by mlsmaycon
AI Summary
Patch release fixing SSH JWT authentication failures with Azure Entra ID, storing connected proxies in the database, and replacing the in-memory expose tracker with SQL-backed operations.
Key Highlights
- Fixed SSH JWT auth failure with Azure Entra ID iat backdating
- Store connected proxies in DB
- Replace in-memory expose tracker with SQL-backed operations
New Features
- SQL-backed expose tracker
- Store connected proxies in DB
Full Release Notes
## What's Changed * [management] Store connected proxies in DB by @pascal-fischer in https://github.com/netbirdio/netbird/pull/5472 * [management] Fix embedded IdP metrics to count local and generic OIDC users by @braginini in https://github.com/netbirdio/netbird/pull/5498 * [client] Fix SSH JWT auth failure with Azure Entra ID iat backdating by @hbzhost in https://github.com/netbirdio/netbird/pull/5471 * [misc] Add ISSUE_TEMPLATE configuration file by @mlsmaycon in https://github.com/netbirdio/netbird/pull/5500 * [management] Replace in-memory expose tracker with SQL-backed operations by @mlsmaycon in https://github.com/netbirdio/netbird/pull/5494 ## New Contributors * @hbzhost made their first contribution in https://github.com/netbirdio/netbird/pull/5471 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.66.1...v0.66.2