v0.2.0 #324
akshayjshah
announced in
Announcements
v0.2.0
#324
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
To better accommodate a variety of common use cases, this release changes the interface for streaming interceptors. The new interface makes simple interceptors (like header-based authentication) easier to write, and it allows streaming handlers to recover from panics with well-formed gRPC or Connect errors. Only users with custom streaming interceptors are affected - unary interceptors are unchanged.
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.Enhancements
Bugfixes
New Contributors
Full Changelog: bufbuild/connect-go@v0.1.1...v0.2.0
This discussion was created from the release v0.2.0.
Beta Was this translation helpful? Give feedback.
All reactions