Release 1.1.1
Release Summary
Adding support for Simple checks.
Breaking Changes / Porting Guide
checks
- support creating Simple checks. Previously,schedule
andtz
were defaulted which made it impossible to differentiate between Simple and Cron checks when creating them. Now, eitherschedule
andtz
must be provided to create a Cron check, or,timeout
must be provided to create a Simple check (#16).