Skip to content

Releases: ohdearapp/ohdear-php-sdk

Add support for retrieving performance metrics from the API

08 Jun 13:33
Compare
Choose a tag to compare

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

15 May 18:36
0c08132
Compare
Choose a tag to compare
Merge pull request #13 from webhub-works/feature/maintenance-periods

Extend abillity to manage maintenance periods

Add support for snooze/unsnooze methods per check

13 May 07:45
Compare
Choose a tag to compare
1.8.0

Add support for snoozing and unsnoozing check notifications

Bugfix: allow on-demand runs

02 May 07:00
Compare
Choose a tag to compare

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

12 Sep 15:13
8326c35
Compare
Choose a tag to compare
  • add status pages

1.5.1

20 Sep 17:07
Compare
Choose a tag to compare
  • make api resources cacheable

1.5.0

18 Sep 22:28
Compare
Choose a tag to compare
  • add label to check

1.4.2

18 Sep 18:30
Compare
Choose a tag to compare
  • fix certificate health endpoint

1.4.1

12 Sep 21:35
Compare
Choose a tag to compare
  • fix trait name

1.4.0

12 Sep 21:31
Compare
Choose a tag to compare
  • add certificate-health endpoint