Skip to content

Releases: yarpc/yarpc-go

v1.72.1

14 Mar 14:05
39f61fe
Compare
Choose a tag to compare
  • tchannel: Renamed caller-procedure header from $rpc$-caller-procedure to rpc-caller-procedure.

v1.72.0

21 Feb 10:31
1310bc0
Compare
Choose a tag to compare
  • Removed gonum.org/v1/gonum dependency.
  • Enable rpc-caller-procedure via yarpc outbound middleware.

v1.71.0

14 Dec 08:50
cd46ab0
Compare
Choose a tag to compare
  • 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.

v1.70.4

31 Aug 21:24
4d4c3a6
Compare
Choose a tag to compare
  • logging: fix logged error in observability middleware when fields of transport.Request is in the tagsBlocklist
  • go.mod: update minimum requirements to go1.21 instead of go1.14 and update golang.org/x/net v0.7.0 to v0.14.0
  • middleware stack usage: remove ~2KB of stack usage from the rpc handler function,
    so that it decreases the chance of needing more stack. It can improve the
    performance of the application.

v1.70.3

27 Jun 06:40
d159a30
Compare
Choose a tag to compare
  • tls-outbounds: spiffe ids field has been made optional field. Outbounds
    will accept any server certificate issued by the internal CA with any spiffe id
    if no spiffe id config is provided.

v1.70.2

12 Apr 03:03
405a120
Compare
Choose a tag to compare

yarpcerrors: classify http 422 as InvalidArgument.

v1.70.1

06 Apr 02:35
Compare
Choose a tag to compare
redo changelog

v1.70.0

21 Feb 04:56
3f20a99
Compare
Choose a tag to compare

[1.70.0] - 2023-02-16
Fixed

  • grpc: apply compression only on the outbounds with compression enabled.

v1.69.1

25 Jan 17:10
8ccd79a
Compare
Choose a tag to compare
Merge pull request #2198 from yarpc/allenlu/release

Preparing Release v1.69.1

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.