diff options
author | Valery Piashchynski <[email protected]> | 2021-09-12 21:43:26 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-09-12 22:13:32 +0300 |
commit | 54a1f22f2f297d4277b9bcba27b7fb821ffe7632 (patch) | |
tree | 770785c721b097a0653e75c9dea967d6908a531e | |
parent | 7e769b06670545b75ff9635e88a06bb5d9f26ac5 (diff) |
Update CHANGELOGv2.4.1
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | .vscode/settings.json | 2 | ||||
-rw-r--r-- | CHANGELOG.md | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 98cf97cd..ca7c7965 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,9 @@ { "cSpell.words": [ "goridge", + "goroutines", "jobsv", + "pluggable", "prefetch", "stretchr" ] diff --git a/CHANGELOG.md b/CHANGELOG.md index a92b5ca0..9d8b8077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # CHANGELOG -## v2.4.1 (10.09.2021) +## v2.4.1 (13.09.2021) ## 🩹 Fixes: - 🐛 Fix: bug with not-idempotent call to the `attributes.Init`. +- 🐛 Fix: memory jobs driver behavior. Now memory driver starts consuming automatically if the user consumes the pipeline in the configuration. ## v2.4.0 (02.09.2021) |