Skip to content

Release 1.1.1

Compare
Choose a tag to compare
@mamercad mamercad released this 07 Apr 10:25
· 9 commits to main since this release
fff650e

Release Summary

Adding support for Simple checks.

Breaking Changes / Porting Guide

  • checks - support creating Simple checks. Previously, schedule and tz were defaulted which made it impossible to differentiate between Simple and Cron checks when creating them. Now, either schedule and tz must be provided to create a Cron check, or, timeout must be provided to create a Simple check (#16).

Bugfixes

  • Update the tests so that they only run once (#11).
  • ping - remove default="" on required uuid parameter (#19).