Skip to content

Rename DurableOrchestrationClient to DurableClient #154

@cgillum

Description

@cgillum

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.

Metadata

Metadata

Assignees

Labels

EnhancementNew feature or requestbreaking-changev3Issues related to v3 of the package to support the new programming model

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions