Skip to content

Commit e0fce66

Browse files
Clarify how to call it
Signed-off-by: Xavier Geerinck <[email protected]>
1 parent d802544 commit e0fce66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1111
* The HTTP Connection is now being reused to reduce the CONNRESET errors when intensively using the JS SDK
1212
* The [Metadata API](https://docs.dapr.io/reference/api/metadata_api/) is supported
1313
* 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()`
1515

1616
#### Breaking Changes
1717

0 commit comments

Comments
 (0)