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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ Version 2.0.0 brings a lot of changes to the Dapr JS SDK that were long due. Bel
9
9
* Actor Support has been added
10
10
* Actor Proxy has been added for Actor Access
11
11
* The HTTP Connection is now being reused to reduce the CONNRESET errors when intensively using the JS SDK
12
+
* The [Metadata API](https://docs.dapr.io/reference/api/metadata_api/) is supported
13
+
* The [Health API](https://docs.dapr.io/reference/api/health_api/) is supported
12
14
13
15
#### Breaking Changes
14
16
@@ -18,5 +20,8 @@ Version 2.0.0 brings a lot of changes to the Dapr JS SDK that were long due. Bel
18
20
#### Major Changes
19
21
20
22
* KeepAlive for HTTP has been added and a new method in the `DaprClient` has been added named `stop()` to stop the client and release the connections kept by the sockets.
23
+
*`healthz` endpoint was implemented as `client.health.isHealthy()` for gRPC this checks the `getMetadata` function since it does not have a Health PROTO.
24
+
* Server startup now ensures the Dapr Sidecar is healthy before starting
0 commit comments