Releases: yarpc/yarpc-go
Releases · yarpc/yarpc-go
v1.58.0
Merge pull request #2103 from yarpc/allenlu/release Preparing release v1.58.0
v1.57.1
v1.57.0
Added
- thrift: add server and client encoding implementations to use ThriftRW's streaming.
ThriftRW's streaming is an optimized way of encoding/decoding thrift payloads. - thrift: add an option,
NoWire(enabled bool)
to enable thriftrw's streaming.
Changed
- Bump minimum version of go.uber.org/thriftrw to v1.29.0.
Thanks to @witriew for this implementation!
v1.56.1
v1.56.0
v1.55.1
Preparing release v1.55.1 (#2079) Preparing release v1.55.1
v1.55.0
v1.54.2
- go.uber.org/[email protected] points to v1.54.0 instead of v1.54.1. This release unblocks
go.uber.org/yarpc to serve v1.54.1 through v1.54.2.
v1.54.1
v1.54.0
Added
- observability: extend response, and request payload size histogram buckets up to 256MB.
Fixed
- introspection: wrong display of proto procedure name.
- error details: propagation of protobuf error details did not work if the any message was not
registered in the gogo proto registry.