Skip to content

Commit a54329b

Browse files
committed
chore: release v2.0.2
* (schulztr) Fix parsing of IPv6 addresses when using the `coap://` protocol
1 parent 95345d2 commit a54329b

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 AlCalzone
3+
Copyright (c) 2017-2021 AlCalzone
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,17 @@ To only reset connections and requests for a specific hostname, pass the hostnam
174174
PLACEHOLDER for next version:
175175
### __WORK IN PROGRESS__
176176
-->
177+
### 2.0.2 (2021-10-19)
178+
* (schulztr) Fix parsing of IPv6 addresses when using the `coap://` protocol
179+
177180
### 2.0.1 (2021-06-30)
178181
* (AlCalzone) Workaround for a bug in IKEA gateway firmware `v1.15.x`
179182

180183
### 2.0.0 (2021-06-19)
181184
* (AlCalzone) Update dependencies and require Node.js 12+
182185

183186
### 1.0.8 (2020-06-06)
184-
* (AlCalzone) Fix: use `udp6` socket type for `coap://` protocol when connection to IPv6 destinations
187+
* (AlCalzone) Fix: use `udp6` socket type for `coap://` protocol when connecting to IPv6 destinations
185188

186189
### 1.0.7 (2020-05-31)
187190
* (AlCalzone) Import `URL` constructor from `"url"` module instead of relying on the global variable
@@ -285,13 +288,12 @@ To only reset connections and requests for a specific hostname, pass the hostnam
285288
* (AlCalzone) implemented retransmission of lost messages.
286289

287290
### 0.0.1
288-
* (AlCalzone) initial release.
289-
291+
* (AlCalzone) initial release.
290292

291293
## License
292294
The MIT License (MIT)
293295

294-
Copyright (c) 2017 AlCalzone <d.griesel@gmx.net>
296+
Copyright (c) 2017-2021 AlCalzone <d.griesel@gmx.net>
295297

296298
Permission is hereby granted, free of charge, to any person obtaining a copy
297299
of this software and associated documentation files (the "Software"), to deal
@@ -309,4 +311,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
309311
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
310312
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
311313
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
312-
THE SOFTWARE.
314+
THE SOFTWARE.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-coap-client",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Clientside implementation of the CoAP protocol with DTLS support.",
55
"keywords": [
66
"coap",

0 commit comments

Comments
 (0)