Skip to content

Releases: uber/tchannel-go

v1.34.6

Choose a tag to compare

@cinchurge cinchurge released this 08 Jan 17:36
766444f

Fixed

  • Fix compile issue on FreeBSD 14 (#925)

v1.34.5

Choose a tag to compare

@ChenX1993 ChenX1993 released this 10 Oct 00:41
3495216

Changed

  • Add component tag to tracing spans (#923)

v1.34.4

Choose a tag to compare

@DheerendraRathor DheerendraRathor released this 27 Jun 21:22
9e9c14d

Fixed

  • fix getSysConn to work with TLS (#918)

Changed

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

v1.34.3

Choose a tag to compare

@cinchurge cinchurge released this 24 Apr 15:44
edab2e8

Fixed

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

v1.34.2

Choose a tag to compare

@cinchurge cinchurge released this 20 Feb 04:11
41f6ba3

Added

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

v1.34.1

Choose a tag to compare

@cinchurge cinchurge released this 11 Dec 17:47
7576b14

Fixed

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

v1.34.0

Choose a tag to compare

@cinchurge cinchurge released this 17 Oct 22:26
020b4fd

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

Choose a tag to compare

@cinchurge cinchurge released this 20 Mar 22:01
66ee028

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

Choose a tag to compare

@cinchurge cinchurge released this 23 Aug 23:22
9c2a1ff

Fixed

  • Release unsent frames when flushing fragments (#887)

v1.32.0

Choose a tag to compare

@DheerendraRathor DheerendraRathor released this 12 Jul 19:21
9c59f88

Changed

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