Skip to content

Releases: NodePing/python-nodeping-api

Release 1.8.0

21 Jun 21:49
Compare
Choose a tag to compare
  • Added MongoDB check support in create_checks
  • Added clientcert for create_check.httpadv_check

Release 1.7.1

16 Nov 00:11
Compare
Choose a tag to compare

Added

  • Allow creating checks that are muted

Release 1.7.0

10 Nov 01:09
Compare
Choose a tag to compare

Added

Changed

Release 1.6.0

06 Oct 18:24
Compare
Choose a tag to compare

Added

1.5.0 Release

24 Mar 00:00
Compare
Choose a tag to compare

Added

1.4.1 Release

13 Jan 19:19
Compare
Choose a tag to compare

Changed

  • No code has been changed, only docstring info in the different checktypes in create_checks.py noting that the runlocation can be a str or a list of two-character probe indicators (such as wa, tx, ny)

1.4.0 Release

01 Dec 23:20
Compare
Choose a tag to compare

Changed

  • create_check.sip_check has a transport option added. Set False to check both TCP/UDP, or set "tcp" for TCP or "udp" for UDP

1.3.0 Release

09 Oct 23:29
Compare
Choose a tag to compare

2021-10-09

Added

  • Mute notifications for a specific checkid via update_checks.mute_check
  • Mute a contact method via contacts.mute_contact_method
  • Mute a contact via contacts.mute_contact

1.2.5 Release

28 Aug 23:30
Compare
Choose a tag to compare

Added

  • autodiag flag for check creation
  • Verify subminute interval check creation works
  • Add autodiagnotifications to account creation and update options

1.2.4 Release

18 May 20:35
Compare
Choose a tag to compare

Added

  • Added the dnssection field to create_check.dns_check