github connectrpc/connect-go v0.3.0

latest releases: v1.17.0, v1.16.2, v1.16.1...
pre-release2 years ago

What's Changed

Breaking Changes

  • Send binary data with error details by @akshayjshah in #329
    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 of anypb.New. For code unmarshaling error details, the connect.ErrorDetail type has changed from an interface to a struct with a more-ergonomic Value() 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: v0.2.0...v0.3.0

Don't miss a new connect-go release

NewReleases is sending notifications on new releases.