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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Version 2.0.0 brings a lot of changes to the Dapr JS SDK that were long due. Bel
11
11
* The HTTP Connection is now being reused to reduce the CONNRESET errors when intensively using the JS SDK
12
12
* The [Metadata API](https://docs.dapr.io/reference/api/metadata_api/) is supported
13
13
* The [Health API](https://docs.dapr.io/reference/api/health_api/) is supported
14
-
* The `/v1.0/shutdown`[API endpoint](https://docs.dapr.io/operations/hosting/kubernetes/kubernetes-job/) is now supported
14
+
* The `/v1.0/shutdown`[API endpoint](https://docs.dapr.io/operations/hosting/kubernetes/kubernetes-job/) is now supported by calling `await client.sidecar.shutdown()`
0 commit comments