Skip to content

Commit

Permalink
create_check additions
Browse files Browse the repository at this point in the history
  • Loading branch information
NodePing committed Jun 21, 2023
1 parent 94896a1 commit 45a570d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file.

(Placeholder for unreleased content)

## [1.8.0]

2023-06-21

* Added MongoDB check support in create_checks
* Added clientcert for `create_check.httpadv_check`

## [1.7.1]

2022-11-15
Expand Down
3 changes: 3 additions & 0 deletions nodeping_api/create_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ def httpadv_check(
invert=False,
contentstring="",
data="",
clientcert="",
method="",
postdata="",
receiveheaders="",
Expand Down Expand Up @@ -615,6 +616,8 @@ def httpadv_check(
:param invert: Used for "Does not contain" functionality
:type data: dict
:param data: key/value pair for POST fields
:type clientcert: string
:param clientcert: Specify the ID of a client certificate/key to be used
:type method: string
:param method: HTTP method
:type postdata: dict
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
URL = "https://github.com/NodePing/python-nodeping-api"
EMAIL = "[email protected]"
AUTHOR = "NodePing"
VERSION = "1.7.1"
VERSION = "1.8.0"
LICENSE = "MIT"

setuptools.setup(
Expand Down

0 comments on commit 45a570d

Please sign in to comment.