Skip to content

Commit

Permalink
prepare 0.25.0 (#259)
Browse files Browse the repository at this point in the history
* prepare 0.25.0

* Update CHANGELOG.md

Co-authored-by: Jan Romann <[email protected]>

Co-authored-by: Jan Romann <[email protected]>
  • Loading branch information
Apollon77 and JKRhb authored Aug 10, 2021
1 parent 6d004cc commit 87ef184
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.25.0
*This version supports all current LTS versions of Node.js (10.x, 12.x, 14.x, 16.x). Older versions might still work but are untested from now on!*

* (everhardt/JKRhb) feat: add clientIdentifier option to createServer
* (JKRhb) feat: add more content-formats
* (ats-org/Jamezo97/invaderb) feat: Type-1 Block-wise transfer
* (sjlongland/pekkanikander) feat: Add support for de-registering observations
* (phretor) maintenance: let client handle invalid formats themselves instead throwing an error in the library
* (JKRhb) fix: handling of block2 reponses to multicast requests
* (JKRhb) fix: copy all listeners when using block2 multicast
* (JKRhb) fix: three more problems with blockwise multicast responses
* (ats-org/Jamezo97/invaderb) fix: dgram fix
* (JKRhb) fix: several documentation and code (style) optimizations

## 0.24.0
*This version supports all current LTS versions of Node.js (10.x/12.x, 14.x). Older versions might still work but are untested from now on!*

Expand All @@ -13,4 +27,4 @@
* (JcBernack) Fix: Fix more flag during block-wise transfer

## 0.23.1 (and below)
... can be found in the [Releases list on GitHub](https://github.com/mcollina/node-coap/releases)
... can be found in the [Releases list on GitHub](https://github.com/mcollina/node-coap/releases)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coap",
"version": "0.24.0",
"version": "0.25.0",
"description": "A CoAP library for node modelled after 'http'",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 87ef184

Please sign in to comment.