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
The recently released Dapr 0.5.0 has several breaking changes, one of which is changing the daprd argument --dapr-id to --app-id. This causes the extension to generate incorrect command lines when launching daprd tasks as well as fail to properly detect running daprd processes.
We'll need to update the task as well as process provider components to match, and either release 0.2.0 early or create a patch release with this one fix. This also likely means locking the extension to 0.5.0 (and above)--there seems little reason to go to the effort to support both 0.4.0 and >= 0.5.0.
The recently released Dapr 0.5.0 has several breaking changes, one of which is changing the
daprd
argument--dapr-id
to--app-id
. This causes the extension to generate incorrect command lines when launchingdaprd
tasks as well as fail to properly detect runningdaprd
processes.We'll need to update the task as well as process provider components to match, and either release 0.2.0 early or create a patch release with this one fix. This also likely means locking the extension to 0.5.0 (and above)--there seems little reason to go to the effort to support both 0.4.0 and >= 0.5.0.
Dapr 0.5.0 Release Notes
The text was updated successfully, but these errors were encountered: