-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Labels
EnhancementNew feature or requestNew feature or requestbreaking-changev3Issues related to v3 of the package to support the new programming modelIssues related to v3 of the package to support the new programming model
Milestone
Description
Now that DurableOrchestrationClient
supports entity operations in Durable 2.x, we should rename it to DurableClient
. This also makes it consistent with the binding type in function.json.
To make this a non-breaking change, we should continue to support DurableOrchestrationClient
, but mark it as deprecated. I'm not sure what the official way to do this is in TypeScript, but apparently you do this in JS using the @deprecated JSDoc syntax.
antempusMaximRouiller
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or requestbreaking-changev3Issues related to v3 of the package to support the new programming modelIssues related to v3 of the package to support the new programming model