What's Changed
- ⚠️ Bump to golang 1.18 🎉
Breaking Changes: The routing components are now more strict about the protocols used in TLS communications, causing integrations with systems using older, insecure protocols to fail. These components have been updated to Go 1.18, and will no longer support TLS 1.0 and 1.1 connections or certificates with a SHA-1 checksum. This is most likely to affect connections with external databases.
Please see this golang 1.18 release notes section for more information about the golang 1.18 change.
- Update uaa-go-client; by @joergdw in #277
- updated spec files to match packages by @ebroberson in #282
Full Changelog: v0.236.0...v0.237.0
New Contributors
- @joergdw made their first contribution in #277
- @ebroberson made their first contribution in #282