Skip to content

Commit c0fe302

Browse files
authored
Update dtls lib (#29)
update node-dtls-client to 0.3.0 fixes several errors in cipher suites
1 parent d04319b commit c0fe302

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ To only reset connections and requests for a specific hostname, pass the hostnam
145145

146146
## Changelog
147147

148+
#### 0.5.2 (2018-02-05)
149+
* (AlCalzone) Update DTLS library: Several errors in cipher suites fixed
150+
148151
#### 0.5.1 (2018-01-01)
149152
* (AlCalzone) Use `Map`s instead of dictionary objects
150153
* (AlCalzone) Remove excessive calls to the `concurrencyChanged` handlers

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-coap-client",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Clientside implementation of the CoAP protocol with DTLS support.",
55
"keywords": [
66
"coap",
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"debug": "^3.1.0",
39-
"node-dtls-client": "^0.2.2"
39+
"node-dtls-client": "^0.3.0"
4040
},
4141
"engines": {
4242
"node": ">= 6.0.0"

0 commit comments

Comments
 (0)