Release Notes for v0.69.0
What's New
Reverse Proxy IP Reputation Integration
Now you can use CrowdSec to block malicious traffic based on IP reputation on your exposed service in the reverse proxy.
This feature requires self-hosted installations to add another container to their deployment. See instructions in the reverse proxy migration documentation.
For Cloud users, support is coming soon.
Learn more about here.
macOS p2p connectivity improvements
We've improved macOS p2p connectivity with a better routing exclusion mechanism to avoid loops. Now the client doesn't add /32 routes per remote candidate addresses avoiding limitations on accessing remote peer's local addresses via tunnel connections. Learn more about this change.
To use the old behavior run:
sudo netbird service reconfigure --service-env "NB_USE_LEGACY_ROUTING=true"
Client Improvements
- Added PCP support. This change adds support for the PCP protocol to the client to improve the rate of P2P connectivity.
#5219 - Added --disable-networks flag to block network selection for users.
#5896 - Fixed clearing service env vars with --service-env "".
#5893 - Guarded against container DNAT bypass of ACL rules in iptables.
#5697 - Populated NetworkAddresses on iOS for posture checks.
#5900 - Reconnected conntrack netlink listener on error.
#5885 - Replaced exclusion routes with scoped default + IP_BOUND_IF on macOS.
#5918 - Fixed incorrect SSH client config combining Host and Match directives.
#5903 - Fixed WGIface.Close deadlock when DNS filter hook re-enters GetDevice.
#5916
Management Improvements
- Enforced peer or peer groups requirement for network routers.
#5894 - Reused single cache store across all management server consumers.
#5889 - Fixed lint error on Google Workspace integration.
#5907
Proxy Enhancements
- Added CrowdSec IP reputation integration for reverse proxy.
#5722 - Added direct redirect to SSO.
#5874
Infrastructure Improvements
- Updated sign pipeline version to v0.1.2.
#5884 - Added CrowdSec LAPI container to self-hosted setup script.
#5880
New Contributors
- @MichaelUray made their first contribution in #5900
- @jnfrati made their first contribution in #5907
Full Changelog: v0.68.3...v0.69.0