diff options
author | Valery Piashchynski <[email protected]> | 2021-03-31 19:10:42 +0300 |
---|---|---|
committer | bricelalu <[email protected]> | 2021-04-03 16:36:19 +0200 |
commit | b08566aa120d1500fb68dc032c39a87816b0eafb (patch) | |
tree | 6fbfec24fc74181ea596dd7476468158676765df /CHANGELOG.md | |
parent | 0c22e732703a672e3728d6a7db476955fb661fc9 (diff) |
- Add tests and update CHANGELOG
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 c1a171e5..d0ae14d6 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. - 📜 Add a new `clean` mode for the `logger` plugin to keep the stderr log message of the worker unmodified. |