Skip to content

v0.6.0

Compare
Choose a tag to compare
@gilwong00 gilwong00 released this 06 Jan 21:41
· 424 commits to main since this release
8c32fa5

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