Skip to content

Releases: chime-experiment/coco

2021.6.0 Hotfix

21 Jun 22:37
Compare
Choose a tag to compare

2021.6.0 (2021-06-21)

Bug Fixes

  • check: state paths initialized incorrectly (3014acb)

Features

  • add config option: timeout for specific forwards (358abd9)
  • check: add warning log if num failed hosts above threshold (d70c62d)
  • endpoint: simplify logging (85202dd)
  • request_forwarder: add metric for external response times (822ce03), closes #229

2021.04 hotfix

27 Apr 17:45
Compare
Choose a tag to compare

Features:

  • add config option: timeout for specific forwards
  • request_forwarder: add metric for external response times

2020.11.1

25 Nov 19:34
Compare
Choose a tag to compare

(2020-11-19)

2020.11.1 (2020-11-19)

Features

  • client: exit(1) if it can't connect (a80256a)

2020.11.0

25 Nov 19:33
Compare
Choose a tag to compare

2020.11.0 (2020-11-18)

Bug Fixes

  • util: copy list before sorting (c2abaf1), closes #221

2020.10.0

30 Sep 19:58
Compare
Choose a tag to compare

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

  • StateReplyCheck: speed up state diffs (01914d2), closes #161

Styles

  • rename blacklist -> blocklist (8098e28)

BREAKING CHANGES

  • The command blacklist for the coco command line client is now called

2020.06.0

11 Jun 17:55
Compare
Choose a tag to compare

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

10 Apr 01:28
Compare
Choose a tag to compare

2020.4.0 (2020-04-10)

Features

  • coco client: Improve output & show progress (0315bae), closes #186
  • cocod: add option --reset (9a7f9a7), closes #184

2019.12.0

09 Dec 22:14
Compare
Choose a tag to compare
chore(release): 2019.12.0

2019.11.0

21 Nov 21:59
Compare
Choose a tag to compare

Bug Fixes

master: disable sanic debug mode (17c0c08)

Features

metrics add metric for tracking how long a request is waiting in the queue (e2fb5cf)
state: add option: exclude_from_reset (d9792ec)

2019.10.0

21 Nov 21:59
Compare
Choose a tag to compare

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