Skip to content

Releases: coapjs/node-coap

v1.0.6

23 Apr 20:21
96ebfca
Compare
Choose a tag to compare

What's Changed

  • fix(agent): fix bug in observe option check by @JKRhb in #337

Full Changelog: v1.0.5...v1.0.6

v1.0.5

16 Apr 21:24
67c12da
Compare
Choose a tag to compare

What's Changed

  • fix: move bl and lru-cache types to dependencies by @JKRhb in #333
  • fix: fix problem with (boolean) observe parameters by @JKRhb in #330

Full Changelog: v1.0.4...v1.0.5

Version 1.0.4

16 Mar 22:37
4c9591a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

Version 1.0.3

24 Jan 11:32
Compare
Choose a tag to compare

What's Changed

  • feat: let OutgoingMessage implement BufferList interface by @JKRhb in #326

Full Changelog: v1.0.2...v1.0.3

v1.0.2

14 Dec 12:21
19ca3e9
Compare
Choose a tag to compare

What's Changed

  • fix: use correct file extension for models file by @JKRhb in #324

Full Changelog: v1.0.1...v1.0.2

Version 1.0.1

01 Dec 13:44
d237980
Compare
Choose a tag to compare

What's Changed

  • fix(index.ts): fix issues with exported types by @JKRhb in #322
  • chore: prepare the release of version 1.0.1 by @JKRhb in #323

Full Changelog: v1.0.0...v1.0.1

v1.0.0

30 Nov 15:12
f137c53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.26.0...v1.0.0

0.26.0

05 Nov 21:55
bcba880
Compare
Choose a tag to compare

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

  • (JKRhb) Fix coding style with regard to StandardJS
  • (JKRhb) chore: update dependencies
  • (JKRhb) chore: remove Node version 10.x from CI testing
  • (JKRhb) docs: Let content-format registry link point to IANA
  • (JKRhb) fix: fix bugs in two examples
  • (JKRhb) fix(agent): reset _lastMessageId to 0
  • (JKRhb) fix(server): allow limiting to only one server instance per port number
  • (JKRhb) feat: add typescript declarations
  • (JKRhb) feat: add more Content-Formats
  • (JKRhb) test: add more tests for helper functions
  • (JKRhb) feat: add support for FETCH, PATCH, and iPATCH
  • (JKRhb) chore: add macos-latest to CI pipeline
  • (JKRhb) Various refactorings and cleanup
  • (JKRhb) Add strict null and type checking
  • (JKRhb) Improve README/documentation

v0.25.0

24 Sep 16:17
87ef184
Compare
Choose a tag to compare

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

v0.24.0

09 Jul 12:16
686a0d4
Compare
Choose a tag to compare

(blankm) Fix: Retrysend broken when passing socket to agent
(mateusz-) Fix: fix missing responses to non-confirmable multicast request
(JcBernack) Fix: update Buffer usage (prevent deprecation wanrings)
(JsonMa) Fix: fix agent config bug
(Apollon77) Fix: Add missing checks for Buffer length before reading from it
(Apollon77) Update all dependencies
(JsonMa) Fix: remove useless variables
(JcBernack) Fix: Fix more flag during block-wise transfer