Releases: NodePing/python-nodeping-api
Releases · NodePing/python-nodeping-api
1.2.3 Release
Added
- Added the
sendheaders
field to the HTTP Parse check - Improved the
create_check.httpparse_check
docstring
1.2.2 Release
Added
Added the ipv6
argument for the create_check.doh_dot_check
function.
1.2.1 Release
Added
DoH/DoT check type for create_checks
1.2.0 Release
Fixed
Fixed the disabled_checks
function to check the enable
field to see if the check is inactive or not.
Added
Added functions to use functionality added to the API for 2020-09-14
https://nodeping.com/docs-api-changes.html
- Added the uptime parameter to
get_checks
- Added a
get_many_checks
function toget_checks
which can get a list of checks - Added an offset variable for
results.get_uptime
- Added a
get_event
function toresults.py
to retrieve events for checks
1.1.4 Release
Added the servername
variable for the SSL check
1.1.3 Release
This release addresses an issue with a urllib import for Python 2.7
1.1 from 2020-02-04
Added
- Manage maintenance schedules
- Tests added for maintenance
1.0 from 2019-12-02
An official 1.0 release with changes listed below
Added
- New tests via pytest
- Code reuse was simplified with a couple functions in a _utils.py file for simple URL creation as well as a function that will escape strings that are used in URLs
Changed
- Error outputs are different. Instead of ambiguous errors or 403 Forbidden results due to an invalid token or customerid, error responses given directly from the API will be provided in dictionary format.
Fixed
- group_contacts.py update_groups got a required vairable "name" for the name of the contact group that will be modified. Previously, group changes resulted in a new group being created instead of updated.
0.9.9_4 from 2019-11-14
Added date to changelog entry for 0.9.9_4