Release Notes for v0.39.0
What's New
This release includes support for traffic events captured between peers and resources and other peers in the network. We are also adding support to the Redis cache for IDP data. This allows a more persistent cache across management restarts.
Traffic events support (Cloud-only)
We’ve made significant progress on network traffic observability by adding Traffic events support and enhancing event metadata. The updates include:
- Traffic events support on client. #3414
These changes help you gain deeper visibility into traffic flows within your network.
Learn more at https://docs.netbird.io/how-to/traffic-events-logging.
Improvements to Flow Stability and Debugging
- Improved handling of embedded listeners and shutdowns in flow GRPC. #3557, #3564
- Added profiling dumps to the debug package to assist with deeper diagnostics. #3517
REST Client Improvements
- Bearer token support has been added to the management REST client for more secure integrations. #3534
Improvements
-
DNS Policies: Fixed DNS NRPT policies handling. #3459
-
Flow Acknowledgement: Added initiator field to flow acknowledgments. #3563
-
Redis IDP Cache: Management now logs Redis cache usage. You can export the variable
NB_IDP_CACHE_REDIS_ADDRESS=redis://<IP>:<PORT>
to the management server to use the new store. #3562 -
Version Fixes: Connection issues resolved for
-dev
,-alpha
, and similar versions. #3511 -
Docker Compose Cleanup: Removed duplicate labels in the relay service. #3502
Bug Fixes
- Fixed issue with the Advanced Settings UI on Windows 11 when using a Chinese locale. #3483
- Resolved an issue with always enabling
NetworkResource
increateResource()
. #3532
Documentation
- Updated examples in the events section and added
tag
to the ingress port docs. #3552 - Updated
CONTRIBUTOR_LICENSE_AGREEMENT.md
. #3535
Other Changes
- Removed "Admin Panel" item from the UI client. #3560
New Contributors
- @levindecaro made their first contribution in #3483
- @ValarMarkhulis made their first contribution in #3532
- @webalexeu made their first contribution in #3459
- @TheDoDoo made their first contribution in #3511
- @galiev made their first contribution in #3502
Full Changelog: v0.38.2...v0.39.0