uber-go / cadence-client

Framework for authoring workflows and activities running on top of the Cadence orchestration engine.
https://cadenceworkflow.io
MIT License
344 stars 130 forks source link

upgrade thrift to v0.16.0 and tchannel-go to v1.32.1 #1189

Closed shijiesheng closed 1 year ago

shijiesheng commented 1 year ago

What changed?

Thrift version and tchannel versions are upgraded.

Why?

How did you test it?

Potential risks

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 01835c2a-e0da-4710-865a-b0b4ee04fac2


Changes Missing Coverage Covered Lines Changed/Added Lines %
internal/common/thrift_util.go 0 11 0.0%
<!-- Total: 0 11 0.0% -->
Files with Coverage Reduction New Missed Lines %
internal/common/thrift_util.go 2 38.46%
internal/compatibility/proto/enum.go 5 18.98%
internal/compatibility/thrift/types.go 5 47.5%
internal/compatibility/proto/types.go 12 21.08%
<!-- Total: 24 -->
Totals Coverage Status
Change from base Build 01832364-bc7a-4d95-913b-e5dc224b20f5: -0.07%
Covered Lines: 12587
Relevant Lines: 19637

💛 - Coveralls