Releases: yarpc/yarpc-go
Releases · yarpc/yarpc-go
v1.75.3
v1.75.2
[1.75.2] - 2024-11-19
Added
- HTTP2 server support for the HTTP inbound.
- The HTTP inbound now supports HTTP2 connections as well by default.
- Inbound config option to disable HTTP2 server support (this will only allow HTTP1.1 connections).
v1.75.1
[1.75.1] - 2024-11-19
Changed
- Updated grpc-go to v1.59.0
v1.75.0
Added
- Added multiaddress passthrough resolver
Fixed
- Return correct error code for ctx Cancelled error in http outbound.
- Make tchannel outbound satisfy Namer interface
- Bump staticcheck version to v0.5.1 which support full support for iterators / range-over-func in go@1.23
v1.73.2
v1.73.1
v1.73.0
- Upgraded go version to 1.21, set toolchain version.
- Reverted rpc-caller-procedure value setting.
- Reverted header renaming for tchannel: caller-procedure header changed back from
rpc-caller-procedure
to$rpc$-caller-procedure
. - Upgraded grpc-go to v1.44.0
- Fixed grpc status mapper, IDLE connections are now considered as available.
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.