diff options
author | Valery Piashchynski <[email protected]> | 2021-09-12 22:10:49 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-09-12 22:10:49 +0300 |
commit | fe72d84395970281fe330a2b9423f8c0e4c3b9c8 (patch) | |
tree | e797cc898b0a6ae6bb4ac44406e4d765e7db9a83 /CHANGELOG.md | |
parent | fe8ae870ff2bf81a04868d3e42f319d54453a6b1 (diff) | |
parent | 417857453bea305eeafd11d4acf300fcb9719cf1 (diff) |
[#795]: fix(jobs, memory): start `jobs` `in-memory` driver automatically if the user consumes it
[#795]: fix(jobs, memory): start `jobs` `in-memory` driver automatically if the user consumes it
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
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) |