Releases: chime-experiment/coco
Releases · chime-experiment/coco
2021.6.0 Hotfix
2021.04 hotfix
Features:
- add config option: timeout for specific forwards
- request_forwarder: add metric for external response times
2020.11.1
2020.11.0
2020.10.0
2020.10.0 (2020-09-30)
Bug Fixes
- endpoint: Allow 'set_state' value to have initial None type (29442fa)
- StateReplyCheck: don't initialize as dict (8297697)
- use 127.0.0.1 instead of localhost (44b9069), closes #213
Features
Styles
- rename blacklist -> blocklist (8098e28)
BREAKING CHANGES
- The command blacklist for the coco command line client is now called
2020.06.0
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.
2020.4.0
2019.12.0
2019.11.0
2019.10.0
Bug Fixes
request_forwarder: copy request for coco forwards (c04fe33), closes #171
slack: set slack message timeout (2636da7), closes #165
state: handle errors in _find(path) (5bcb14c)
state: get hash of msgpacked state (c859d1c), closes kotekan/kotekan#477
worker: answer with 404 if endpoint unknown (aaae74a)
Features
slack: print error if slack logging failed (94009a2)
state: make state persistent (ea36e5a), closes #85