Skip to content

2020.06.0

Compare
Choose a tag to compare
@nritsche nritsche released this 11 Jun 17:55
· 56 commits to master since this release

2020.06.0 (2020-06-11)

Bug Fixes

  • client: typo in update-blacklist help text (a9531f6)
  • endpoint: pass host to metric.get(queue_length) (53ed20c), closes #194
  • worker: ndle redis server timing out (011678b), closes #203

Features

  • cocod: add option --check-config (f859728)
  • master: add defaults to Master.init arguments (facb258)
  • state: commands to save and load states (97a0521)

BREAKING CHANGES

  • state: The config variable 'storage_path' is not a file anymore, but a
    directory. The state is saved there under the name 'active' and saved
    states are added here as well. If you are updating your coco instance,
    you have to manually move the persistent state from 'storage_path' to
    'storage_path'/active.