microsoft / durabletask-java

Java SDK for Durable Functions and the Durable Task Framework
MIT License
13 stars 7 forks source link

Update package name and version for public preview #57

Closed cgillum closed 2 years ago

cgillum commented 2 years ago

Recommended name change:

durabletask-sdk --> durabletask-client

This is in line with how we named the .NET Isolated SDK. The reasoning is that this package is simply a "client" for the sidecar process that actually drives the execution.

Recommended version change:

0.1.0 --> 1.0.0-beta.1

kaibocai commented 2 years ago

do we also rename the sdk module to client? image

cgillum commented 2 years ago

@kaibocai For the sake of consistency, I think this is a good idea.