Releases: uber/tchannel-go
Releases · uber/tchannel-go
v1.34.5
Changed
- Add component tag to tracing spans (#923)
v1.34.4
Fixed
- fix getSysConn to work with TLS (#918)
Changed
- Switch to aliases for Go versions in CI (#919)
v1.34.3
Fixed
- Fix a DoS vulnerability of the vendored apache-thrift library (#915, #916)
v1.34.2
Added
- Expose
inbound.cancels.{requested,honored}
metrics (#912)
v1.34.1
Fixed
- Fix unknown error type in span tag rpc.tchannel.system_error_code (#907)
v1.34.0
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
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
Fixed
- Release unsent frames when flushing fragments (#887)
v1.32.0
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
- Fix memory leak due to unreturned frames in the relayer.
- Test against Go 1.17 and 1.18 in CI.
- Migrate to go mod.