Skip to content

Releases: sekipaolo/pypingdom

Sanitize the data passed to PUT

18 Oct 06:13
Compare
Choose a tag to compare
  • Sanitize the data passed to PUT /checks/{check_id} by stripping the
    'verify_certificate' parameter for non-http checks.

maintenance window support

08 Oct 14:51
Compare
Choose a tag to compare
  • added changelog
  • switched legacy, unsupported maintenance window getter to supported rest
    api method

maintenance release

17 Jun 11:17
e905f34
Compare
Choose a tag to compare

Added summary api

Bugfixes release

26 Jan 15:31
Compare
Choose a tag to compare

Bugs:

  • Add "maintenanceids" to ignored fields
  • Use native method requests.json(): solves decode response in ApiError Exception in python3

Improvements:

  • Simplify create_check() by removing redundant argument

Bugfix release

09 Jan 20:14
Compare
Choose a tag to compare

Mostly stylistic and packaging related changes. Updated pypi upload.

Maintenance window improvement

10 Oct 09:38
Compare
Choose a tag to compare

Fix filters on get_checks().
Fix maintenance window management

0.1.1

31 Aug 13:49
Compare
Choose a tag to compare

Fixed tags filter when creating maintenance windows

0.1.0

04 Jul 15:20
Compare
Choose a tag to compare
  • Fetch method to get check details
  • Setup tests