uber / tchannel-go

Go implementation of a multiplexing and framing protocol for RPC calls
http://uber.github.io/tchannel/
MIT License
490 stars 84 forks source link

Preparing v1.31.0 release #877

Closed gandhikrishna closed 2 years ago

gandhikrishna commented 2 years ago

Tchannel-go already contains a tag with version 1.3.0 https://github.com/uber/tchannel-go/releases/tag/v1.3.0. That was causing issues while tagging 1.30.0 . Hence releasing changes with 1.31.0.

codecov[bot] commented 2 years ago

Codecov Report

Merging #877 (be708aa) into dev (d13f142) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev     #877   +/-   ##
=======================================
  Coverage   89.00%   89.00%           
=======================================
  Files          43       43           
  Lines        4439     4439           
=======================================
  Hits         3951     3951           
- Misses        367      369    +2     
+ Partials      121      119    -2     
Impacted Files Coverage Δ
connection.go 85.91% <0.00%> (-3.47%) :arrow_down:
outbound.go 88.30% <0.00%> (+2.33%) :arrow_up:
mex.go 77.72% <0.00%> (+5.21%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d13f142...be708aa. Read the comment docs.