dapr / go-sdk

Dapr SDK for go
Apache License 2.0
447 stars 171 forks source link

Add support for conversation api #648

Closed yaron2 closed 1 week ago

yaron2 commented 1 week ago

Updates to latest Dapr runtime version + support for the new Conversation API

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 23.25581% with 33 lines in your changes missing coverage. Please review.

Project coverage is 61.84%. Comparing base (6c59092) to head (b15dafb). Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
client/conversation.go 23.25% 33 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #648 +/- ## ========================================== - Coverage 62.52% 61.84% -0.68% ========================================== Files 56 57 +1 Lines 4139 4228 +89 ========================================== + Hits 2588 2615 +27 - Misses 1425 1486 +61 - Partials 126 127 +1 ```

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

yaron2 commented 1 week ago

@mikeee was working on a similar implementation at the same time using function options which I prefer, closing this in favor of the upcoming PR