As part of 99, cachet-url-monitor now supports different token providers. It included refactoring, so it can be easily extended to support new sources.
Still backwards compatible with old configuration files.
0.6.9
Thank you nijel for the great new additions!
- Removing unused token from `Configuration`. - Adding support to webhooks. - Improving incident handling with customizable incident message.
0.6.8
Thanks to nijel, we got numerous bug fixes: - Removing usage of scheduler and relying on thread sleep. - Incorrect location of latency unit. - Fixing the metrics push that was pushing it twice.
0.6.5
Accidentally introduced a bug when moving code from `configuration.py` to `scheduler.py` (81). Kindly fixed by chris-str-cst through 82.
0.6.4
Fixing bug introduced in 0.6.2 when a `CachetClient` class was created and it was preventing it from updating component status. It wasn't calling `ComponentStatus.value`.