Releases: AlCalzone/node-coap-client
Releases · AlCalzone/node-coap-client
Release v2.1.0
- (AlCalzone) Updated the
node-dtls-client
dependency for proper Electron support
Update dependencies
v1.0.2
Prepare release v1.0.2
Rework the installation procedure
node-aead-crypto
is now optional
v0.6.0
WARNING: BREAKING CHANGE!!!
tryToConnect
now resolves with either true
(boolean!) in case of success or one of the following error codes: "auth failed"
, "timeout"
, "error"
v0.5.5
Fixed an error when requesting the next block in a blockwise transfer
v0.5.4
- The hostname in
setSecurityParams
is now treated like the one given to tryToConnect
(fixes the issue mentioned in #30)
- Attempt to fix
TypeError: generator already running
in ioBroker.tradfri
v0.5.2
Update DTLS library: Several errors in cipher suites fixed
v0.5.1
- (AlCalzone) Use
Map
s instead of dictionary objects
- (AlCalzone) Remove excessive calls to the
concurrencyChanged
handler
v0.5.0
Support receiving block-wise messages
several bugfixes
v0.4.6
also forget pending requests and connections on reset