v0.6.0
This release includes the following:
🚨 Breaking Changes 🚨
-
#370 - The Connect protocol now specifies that a header be set specifying the version of Connect in use. The header name is
Connect-Protocol-Version
and Connect-Web has been updated to send this header in its requests. As a result, users will need to make sure their CORS settings allowlist this new header, or all Connect requests will fail with this release.For more information, see this PR: https://github.com/bufbuild/connect-go/pull/416
Enhancements
- Add Connect Protocol Version Header by @gilwong00 in #370