Releases: mwittig/pimatic-probe
Releases · mwittig/pimatic-probe
20150430, V0.0.8
- Added support for xAttributeOptions property as part of the device configuration
- Added
verifyPeerCert
property to HttpProbe device configuration to enable or disable certificate verification
(disabled by default). This is to replace the temporary fix for the "UNABLE_TO_VERIFY_LEAF_SIGNATURE" issue
added in v0.0.5 - Extended documentation of device configuration option
20150427, V0.0.7
- Fixed device config schema. Presence conditions should match properly as part of rules.
20150427, V0.0.6
- Reduced error log output. If "debug" is not set on the plugin, only new error states will be logged
20150424, V0.0.5
- Fixed bug: "Protocol:https: not supported"
- Fixed issue with web server using an untrusted certificate resulting in an "UNABLE_TO_VERIFY_LEAF_SIGNATURE" error. Untrusted cert will be accepted for now. This feature will be configurable with the next release.
20150421, V0.0.4
- Fixed bug: Type reference error occurred in TcpProbe if name resolution failed
- Added support for automatic HTTP/HTTPS redirection
- Added support for HTTP Basic Auth
- Added support for defining the accepted HTTP Response Status Codes
- Updated README, Added version badge
20150420, V0.0.3
- Added TcpConnectProbe
- Corrected definition of the responseTime attribute of HttpProbe
- Updated README
20150419, V0.0.2
- Fixed HTTP request termination to make sure HTTP connection gets closed right away.
- Added optional
responseTime
attribute - Updated README
20150419, V0.0.1
- Initial Version