Skip to content

Releases: mwittig/pimatic-probe

20150430, V0.0.8

30 Apr 19:00
Compare
Choose a tag to compare
  • 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

27 Apr 15:50
Compare
Choose a tag to compare
  • Fixed device config schema. Presence conditions should match properly as part of rules.

20150427, V0.0.6

27 Apr 08:16
Compare
Choose a tag to compare
  • Reduced error log output. If "debug" is not set on the plugin, only new error states will be logged

20150424, V0.0.5

24 Apr 12:51
Compare
Choose a tag to compare
  • 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

21 Apr 21:19
Compare
Choose a tag to compare
  • 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

19 Apr 23:42
Compare
Choose a tag to compare
  • Added TcpConnectProbe
  • Corrected definition of the responseTime attribute of HttpProbe
  • Updated README

20150419, V0.0.2

19 Apr 15:12
Compare
Choose a tag to compare
  • Fixed HTTP request termination to make sure HTTP connection gets closed right away.
  • Added optional responseTime attribute
  • Updated README

20150419, V0.0.1

19 Apr 10:51
Compare
Choose a tag to compare
  • Initial Version