v0.76.3
QuentinFuxa/WhisperLiveKitv0.76.3Aug 8, 2026by mlsmaycon
AI Summary
This maintenance release focuses on performance and security enhancements, including pre-warming posture check caches and denying reverse proxy access to pending or blocked users. It also includes metric improvements and the addition of a Grafana dashboard for licensed management.
Key Highlights
- Prewarmed posture check cache on network map generation
- Re-armed WireGuard watcher after a lazy wake
- Disambiguated the connection_type metric tag
- Denied reverse proxy access to pending and blocked users
- Added Grafana dashboard for licensed management
New Features
- Prewarmed posture check cache
- Disambiguated connection_type metric tag
- Denial of reverse proxy access for blocked users
- Grafana dashboard for licensed management
- Detection of community GHCR images during enterprise migration
Full Release Notes
## What's Changed * [management] prewarm a posture check cache on network map generation by @pascal-fischer in https://github.com/netbirdio/netbird/pull/7093 * [client] peer: re-arm the WireGuard watcher after a lazy wake by @riccardomanfrin in https://github.com/netbirdio/netbird/pull/7091 * [infrastructure] Detect community GHCR images during enterprise migration by @jnfrati in https://github.com/netbirdio/netbird/pull/7101 * [client] disambiguate the connection_type metric tag by @riccardomanfrin in https://github.com/netbirdio/netbird/pull/7043 * [management] Affected peers for user updates by @pascal-fischer in https://github.com/netbirdio/netbird/pull/7099 * [infrastructure] add grafana dashboard for licensed management by @mlsmaycon in https://github.com/netbirdio/netbird/pull/7095 * [management] Deny reverse proxy access to pending and blocked users by @mlsmaycon in https://github.com/netbirdio/netbird/pull/7105 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.76.2...v0.76.3