Skip to content

Releases: mwittig/pimatic-probe

20161006, V0.2.6

05 Oct 22:55
Compare
Choose a tag to compare

20160426, V0.2.5

26 Apr 18:40
Compare
Choose a tag to compare
  • Added destroy method to cancel an scheduled update when the device is removed or updated
  • Updated dependencies to [email protected]
  • Refactoring, now using pimatic-plugin-commons

20160322, V0.2.4

05 Oct 23:05
Compare
Choose a tag to compare
  • Fixed compatibility issue with Coffeescript 1.9 as required for pimatic 0.9 (thanks @sweebee)
  • Updated peerDependencies property for compatibility with pimatic 0.9

20160319, V0.2.3

05 Oct 23:08
Compare
Choose a tag to compare
  • Fixed config schema type definition for acceptedStatusCodes, thanks @sweetpi
  • Fixed typo in config schema description for verifyPeerCert
  • Added license info to README

20151125, V0.2.2

25 Nov 09:17
Compare
Choose a tag to compare
  • Bug fix for HTTP response socket not being destroyed on socket.end()

20151121, V0.2.1

21 Nov 00:03
Compare
Choose a tag to compare
  • Bug fix for socket not closed if HTTP request is redirected.

20151116, V0.2.0

16 Nov 15:28
Compare
Choose a tag to compare
  • Changed strategy for probe scheduling to ensure there is only one pending probe at a time to avoid
    resource exhaustion in edge cases, e.g. if there is no response from peer on HTTP connect.
  • Minor changes

20150918, V0.1.1

18 Sep 18:07
Compare
Choose a tag to compare
  • Dependency updates
  • Minor changes

20150813, V0.1.0

13 Aug 13:54
Compare
Choose a tag to compare

20150604, V0.0.9

04 Jun 14:10
Compare
Choose a tag to compare
  • Added range checks for interval property. Updated device schema
  • Added HttpProbe & TcpProve socket timeouts. Adapt timeout to interval if interval is less than 20 secs
  • Disabled HttpProbe socket pooling