Skip to content

Releases: uber/tchannel-go

v1.34.4

27 Jun 21:22
9e9c14d
Compare
Choose a tag to compare

Fixed

  • fix getSysConn to work with TLS (#918)

Changed

  • Switch to aliases for Go versions in CI (#919)

v1.34.3

24 Apr 15:44
edab2e8
Compare
Choose a tag to compare

Fixed

  • Fix a DoS vulnerability of the vendored apache-thrift library (#915, #916)

v1.34.2

20 Feb 04:11
41f6ba3
Compare
Choose a tag to compare

Added

  • Expose inbound.cancels.{requested,honored} metrics (#912)

v1.34.1

11 Dec 17:47
7576b14
Compare
Choose a tag to compare

Fixed

  • Fix unknown error type in span tag rpc.tchannel.system_error_code (#907)

v1.34.0

17 Oct 22:26
020b4fd
Compare
Choose a tag to compare

Added

  • Emit the error code and type to the tracing span for inbound calls (#903)

Changed

  • Update go.mod and github test to go 1.21 (#899)

v1.33.0

20 Mar 22:01
66ee028
Compare
Choose a tag to compare

Added

  • Optionally send cancelled frames when context is canceled (#890)

Changed

  • Update dependencies as per recommendations (#894)
  • Test against Go 1.19 and 1.20 (#892)

v1.32.1

23 Aug 23:22
9c2a1ff
Compare
Choose a tag to compare

Fixed

  • Release unsent frames when flushing fragments (#887)

v1.32.0

12 Jul 19:21
9c59f88
Compare
Choose a tag to compare

Changed

  • thrift-gen going to use vendored apache-thrift code. Currently vendored apache-thrift pinned to b2a4d4ae21c789b689dd162deb819665567f481c.
  • Add TLS option in testutils.NewServerChannel (#882)

v1.22.3

29 Mar 05:28
9e9043b
Compare
Choose a tag to compare
  • Fix memory leak due to unreturned frames in the relayer.
  • Test against Go 1.17 and 1.18 in CI.
  • Migrate to go mod.

v1.22.2

10 Nov 06:10
45fe5fa
Compare
Choose a tag to compare

Changed

  • Fixes related to SkipHandlerMethods request handling.