trpc-group / trpc-go

A pluggable, high-performance RPC framework written in golang
Other
742 stars 85 forks source link

release v1.1.0 #177

Closed liuzengh closed 1 month ago

liuzengh commented 1 month ago

Features

Bug Fixes

Documentations

Enhancements

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 92.84211% with 34 lines in your changes are missing coverage. Please review.

Project coverage is 86.23808%. Comparing base (edc1105) to head (82ee6e8). Report is 2 commits behind head on r1.0.

Files Patch % Lines
config/trpc_config.go 87.86127% 16 Missing and 5 partials :warning:
http/transport.go 87.50000% 4 Missing and 2 partials :warning:
config.go 55.55556% 2 Missing and 2 partials :warning:
client/stream.go 80.00000% 2 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## r1.0 #177 +/- ## =================================================== + Coverage 85.77185% 86.23808% +0.46622% =================================================== Files 189 190 +1 Lines 16130 16364 +234 =================================================== + Hits 13835 14112 +277 + Misses 1739 1696 -43 Partials 556 556 ``` | [Flag](https://app.codecov.io/gh/trpc-group/trpc-go/pull/177/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/trpc-group/trpc-go/pull/177/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group) | `86.23808% <92.84211%> (+0.46622%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

liuzengh commented 1 month ago

Incompatible changes in failed Pull Request Check is expected.

trpc.group/trpc-go/trpc-go/http
  Incompatible changes:
  - FormSerialization: old is comparable, new is not

trpc.group/trpc-go/trpc-go/transport
  Incompatible changes:
  - ListenFd.OriginalListenCloser: removed