dapr / go-sdk

Dapr SDK for go
Apache License 2.0
443 stars 170 forks source link

feat: implement bidipubsub initial response handling and bump to rc.4 #598

Closed mikeee closed 1 month ago

mikeee commented 1 month ago

Description

Implements initial bidipubsub response handling Bumps & pins to dapr/dapr rc.4 / cli rc.6

Issue reference

Please reference the issue this PR will close: #[issue number]

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 27 lines in your changes missing coverage. Please review.

Project coverage is 61.57%. Comparing base (27248ba) to head (ca93c79). Report is 24 commits behind head on main.

Files Patch % Lines
client/subscribe.go 0.00% 27 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #598 +/- ## ========================================== + Coverage 58.04% 61.57% +3.53% ========================================== Files 55 56 +1 Lines 3568 3438 -130 ========================================== + Hits 2071 2117 +46 + Misses 1375 1195 -180 - Partials 122 126 +4 ```

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

mikeee commented 1 month ago

Closing in favour of #601