Releases: yarpc/yarpc-go
Releases · yarpc/yarpc-go
v1.72.1
v1.72.0
v1.71.0
- tchannel: optional transport-level config to allow reusing a buffer for reading a tchannel response body.
- grpc: returned outbound response body is no longer writable.
- Fixed panic when error details list contains message that cannot be unmarshalled.
- Plugin v2: use v2 of internal libraries; indicate "optional" field support in the plugin response.
v1.70.4
- logging: fix logged error in observability middleware when fields of transport.Request is in the tagsBlocklist
go.mod
: update minimum requirements to go1.21 instead of go1.14 and updategolang.org/x/net v0.7.0
to v0.14.0- middleware stack usage: remove ~2KB of stack usage from the rpc handler function,
so that it decreases the chance of needing more stack. It can improve the
performance of the application.
v1.70.3
v1.70.2
yarpcerrors: classify http 422 as InvalidArgument.
v1.70.1
redo changelog
v1.70.0
v1.69.1
Merge pull request #2198 from yarpc/allenlu/release Preparing Release v1.69.1