Release Highlights
New Features
- Only use password auth if NATS requires it; with the introduction of nats-tls, the use of password authentication is no longer needed. Instead we can rely on mTLS for trust. 🎉 🎉 Thanks @domdom82 for the PR! 🎉 🎉 🎉
Security Fixes
- Update golang to address CVE-2021-44716: Limit growth of header canonicalization cache on incoming HTTP/2 requests.