Releases: yarpc/yarpc-go
Releases · yarpc/yarpc-go
v1.75.4
v1.75.3
Added
- Noop resolver to use in clients with custom load balancing.
v1.75.2
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
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 [email protected]
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.