Skip to content

Releases: yarpc/yarpc-go

v1.69.0

10 Nov 12:48
81c0abf
Compare
Choose a tag to compare

Added

  • tchannel: add TLS support for the outbound through yaml config and transport option.

v1.68.0

27 Oct 17:37
7eebc53
Compare
Choose a tag to compare

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

26 Oct 06:03
2b0c951
Compare
Choose a tag to compare

Added

  • HTTP: add TLS support for the outbound through yaml config and outbound option.

v1.66.0

11 Oct 07:26
2b357d3
Compare
Choose a tag to compare

Added

  • grpc: add TLS support for the outbound through YAML config and dial option.

v1.65.0

27 Sep 07:58
09a1d87
Compare
Choose a tag to compare

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

12 Sep 17:33
72dd34b
Compare
Choose a tag to compare

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

18 Aug 04:18
c136a81
Compare
Choose a tag to compare

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

27 Jul 16:53
a63223a
Compare
Choose a tag to compare

Added

  • grpc - option to enable multiplexed inbound which accepts TLS and plaintext connections on the same port.

v1.61.0

19 Jul 06:46
7809267
Compare
Choose a tag to compare

Added

  • grpc - option to set custom maximum header list size.

v1.60.0

03 Feb 17:20
ed579be
Compare
Choose a tag to compare

tchannel - option to disable RPC-Service in response header.