Releases: ohdearapp/ohdear-php-sdk
Releases · ohdearapp/ohdear-php-sdk
Add support for retrieving performance metrics from the API
This release adds support for the following new method:
<?php
$records = $ohDear->performanceRecords(1, 20200607000000, 20200608000000);
Which uses the new performance records API endpoint.
Extend the ability to manage maintenance periods
Merge pull request #13 from webhub-works/feature/maintenance-periods Extend abillity to manage maintenance periods
Add support for snooze/unsnooze methods per check
1.8.0 Add support for snoozing and unsnoozing check notifications
Bugfix: allow on-demand runs
This is a bugfix release. You can now correctly run $check->enable()
, $check->disable()
and $check->requestRun()
after the checks were retrieved with $site->check
.
1.6.0
- add status pages
1.5.1
- make api resources cacheable
1.5.0
- add
label
to check
1.4.2
- fix certificate health endpoint
1.4.1
- fix trait name
1.4.0
- add
certificate-health
endpoint