Releases: yarpc/yarpc-go
Releases · yarpc/yarpc-go
v1.68.0
Added
- logging: Original context deadline if available is logged under timeout field.
Changed
- Bump version of google.golang.org/grpc to v1.40.1.
v1.67.0
Added
- HTTP: add TLS support for the outbound through yaml config and outbound option.
v1.66.0
Added
- grpc: add TLS support for the outbound through YAML config and dial option.
v1.65.0
Added
- protoc-gen-yarpc-go-v2: Added new yarpc proto plugin
protoc-gen-yarpc-go-v2
. protoc-gen-yarpc-go-v2
generated yarpc protobuf code is compatible with golang protobuf v2 apis.
v1.64.0
Added
- tchannel: add TLS support for the inbound. Supports accepting
TLS and plaintext connections on the same port.
Changed
- protoc-gen-yarpc-go: expose service reflection metadata.
v1.63.0
Added
- http - add TLS support for the inbound. Supports accepting
TLS and plaintext connections on the same port.
Changed
- grpc - set default client and server maximum receive message
sizes to 64MB from earlier 4MB.
v1.62.0
Added
- grpc - option to enable multiplexed inbound which accepts TLS and plaintext connections on the same port.
v1.61.0
Added
- grpc - option to set custom maximum header list size.
v1.60.0
tchannel - option to disable RPC-Service in response header.
v1.59.0
Added
- tchannel: add an option to accept native tchannel handlers.
- call/headers: add
OriginalItems
method to access original headers.