v0.3.0 #335
akshayjshah
announced in
Announcements
v0.3.0
#335
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Breaking Changes
So that proxies can translate between the Connect and gRPC protocols without a schema, we've changed the Connect protocol to include base64-encoded binary data with error details. Any code sending error details must now create details with
connect.NewErrorDetail
instead ofanypb.New
. For code unmarshaling error details, theconnect.ErrorDetail
type has changed from an interface to a struct with a more-ergonomicValue()
method.Note that we will not make breaking changes in minor releases after
connect-go
reaches v1.0. We anticipate a stable release around October of 2022, shortly after Go 1.19 is released.Full Changelog: bufbuild/connect-go@v0.2.0...v0.3.0
This discussion was created from the release v0.3.0.
Beta Was this translation helpful? Give feedback.
All reactions