v1.4.0
Minor Changes
- healthchecksio.checks - Add support for self-hosted Healthchecks.io instances via
management_api_base_urlandping_api_base_urlparameters. - healthchecksio.checks - Add
management_api_token(withapi_keyalias) andping_api_tokenfor separate management/ping token support. - healthchecksio.checks - Proper check_mode support (delete/pause report would-be changes instead of silently exiting early).
- healthchecksio.checks - Add diff_mode support (returns
before/afterstate on create/update). - healthchecksio.checks - Fix idempotency comparison to include the
tagsfield.
Contributors
- @nikolaybychkov1 — self-hosted instances, API key separation
- Georg Sauthoff — channel set comparison
- Mikko Salmi — idempotency implementation
- @mamercad — maintainer