Skip to content

Latest commit

 

History

History
141 lines (68 loc) · 6.58 KB

CHANGELOG.md

File metadata and controls

141 lines (68 loc) · 6.58 KB

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

(2020-11-19)

2020.11.1 (2020-11-19)

Features

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

2020.11.0 (2020-11-18)

Bug Fixes

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

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 blocklist.

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.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2020.04.0 (2020-04-10)

Features

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

2019.12.0 (2019-12-09)

Bug Fixes

  • state: ignore excluded states if they don't exist (bc8d8a0)
  • state: when hashing recurse on list elements (cbec4df)

2019.11.0 (2019-11-21)

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 (2019-10-22)

Bug Fixes

Features

  • slack: print error if slack logging failed (94009a2)
  • state: make state persistent (ea36e5a), closes #85