Releases: mwittig/pimatic-probe
Releases · mwittig/pimatic-probe
20161006, V0.2.6
- Updated dependencies to [email protected]
20160426, V0.2.5
- 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
- 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
- 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
- Bug fix for HTTP response socket not being destroyed on socket.end()
20151121, V0.2.1
- Bug fix for socket not closed if HTTP request is redirected.
20151116, V0.2.0
- 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
- Dependency updates
- Minor changes
20150813, V0.1.0
- Revised license information to provide a SPDX 2.0 license identifier according to npm v2.1 guidelines
on license metadata - see also https://github.com/npm/npm/releases/tag/v2.10.0 - Dependency updates
20150604, V0.0.9
- 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