connectrpc / connect-go

The Go implementation of Connect: Protobuf RPC that works.
https://connectrpc.com
Apache License 2.0
2.76k stars 90 forks source link

Prepare for v1.16.0 #714

Closed jhump closed 3 months ago

jhump commented 3 months ago

Below are draft release notes for this release.


v1.16.0

This release is mostly bug fixes but also reconciles connect-go with recent updates to the specification regarding mapping of RPC error codes to/from HTTP status codes (see connectrpc RFC 003)

What's Changed

Other changes

New Contributors

Full Changelog: https://github.com/connectrpc/connect-go/compare/v1.15.0...v1.16.0