v0.6.0 #398
Closed
gilwong00
announced in
Announcements
v0.6.0
#398
Replies: 2 comments 3 replies
-
This took me WAY too long to figure out. Is there an issue tracking the updating of documentation (wiki, guides, tutorials) to reflect this change? |
Beta Was this translation helpful? Give feedback.
0 replies
-
There isn't, but if you experienced this difficulty then others probably have too. We should add something to our FAQ. Can you elaborate on what specifically was giving you trouble? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This release includes the following:
🚨 Breaking Changes 🚨
Add Connect Protocol Version Header #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
This discussion was created from the release v0.6.0.
Beta Was this translation helpful? Give feedback.
All reactions