diff options
author | Valery Piashchynski <[email protected]> | 2022-04-13 19:14:21 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-04-13 19:14:21 +0200 |
commit | fdc584f219773138f2b1afdea7a9f861afafca3d (patch) | |
tree | 91397fe783080769f2a40e72de4c4a921502d0f1 /CHANGELOG.md | |
parent | 7e31ff7a4d82d610a3baa17573db63e8006caeba (diff) |
deps: update dependenciesv2.10.0-alpha.1
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b827ae..107366e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,5 @@ # CHANGELOG -<details> - <summary>v2.10.0-alpha.1</summary> - ## v2.10.0-alpha.1 (07.04.2022) ## 👀 New: @@ -48,8 +45,12 @@ Known issues: 1. RR will not notify a worker if HTTP connection was interrupted. RR will read all response from the worker and drop it. That will be fixed in the stable streaming release. 2. Sometimes RR may miss the immediate error from the worker and send a 0 payload with 200 status. This is related only to the http response. + +- ✏️ **[BETA]** Local activities support [link](https://docs.temporal.io/docs/concepts/what-is-a-local-activity). + + --- -</details> + ## v2.9.1 (11.04.2022) |