You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implemented generic Dapr client builder method to use across all Dapr packages to reduce code duplication throughout.
* Implemented changes to Dapr.AI to use generic client builder extension.
* Updating IDaprClient to implement IDisposable instead of putting it on each client type
* Modified Conversation client to utilize the GrpcClient pattern of the other clients for consistency.
* Updated Dapr.Jobs to use generic builder extensions
* Refactored Dapr.Messaging for consistency with other Dapr clients (e.g. implements IDisposable, primary constructors, use of generic service registration extension)
* Tweak to use same import reference as other clients for consistency
* Renamed to AddDaprConversationClient to remain consistent with 1.14 naming - no need to introduce a breaking change here.
Signed-off-by: Whit Waldo <[email protected]>
0 commit comments