diff options
author | Valery Piashchynski <[email protected]> | 2021-03-31 19:32:33 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-31 19:32:33 +0300 |
commit | 900167f6f0c393efa489c1981ac7f0dcb1e3e77a (patch) | |
tree | a39fd013243266f28da0e968d44bb419c2229a9b /CHANGELOG.md | |
parent | ae6d488c9da200203c78af23518ea4f2f2e96773 (diff) | |
parent | b59830b84fab29d9f66b383fa52ad30ecc7bdbbb (diff) |
Merge pull request #618 from spiral/bug/temporal_worker_graceful_stop
feat(config): Add the ability to provide general configuration to every plugin
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 82086de1..d652e1d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,18 @@ CHANGELOG ========= -v2.0.3 (-.-.2021) +v2.1.0 (06.04.2021) ------------------- +## 🩹 Fixes: + +- 🐛 Fix: bug with the temporal worker which does not follow general graceful shutdown period. + +v2.0.3 (29.03.2021) +------------------- + +## 🩹 Fixes: + - 🐛 Fix: slow last response when reached `max_jobs` limit. v2.0.2 (06.04.2021) |