Skip to content

Releases: JKRhb/node-red-contrib-coap

Version 0.7.6

11 May 14:15
ef147a1
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump coap from 1.0.5 to 1.0.8 by @dependabot in #57
  • chore(deps-dev): bump mocha from 9.2.2 to 10.0.0 by @dependabot in #58
  • fix: use default CoAP port as fallback for request URLs by @JKRhb in #59

Full Changelog: v0.7.5...v0.7.6

Version 0.7.5

17 Apr 17:46
5e9880f
Compare
Choose a tag to compare

What's Changed

  • docs: update README by @JKRhb in #55
  • chore: let CI run on all Node LTS versions by @JKRhb in #56

Full Changelog: v0.7.4...v0.7.5

Version 0.7.4

16 Apr 21:50
8e1ed68
Compare
Choose a tag to compare

What's Changed

  • chore: update dependencies by @JKRhb in #50

Full Changelog: v0.7.3...v0.7.4

Version 0.7.3

13 Apr 16:44
804c789
Compare
Choose a tag to compare

What's Changed

  • chore: add minimum node-red version by @JKRhb in #53

Full Changelog: v0.7.2...v0.7.3

Version 0.7.2

13 Apr 15:26
6788285
Compare
Choose a tag to compare

What's Changed

  • feat: add coap response node to examples

Full Changelog: v0.7.1...v0.7.2

Version 0.7.1

13 Apr 14:06
a4d95d5
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump moment from 2.29.1 to 2.29.2 by @dependabot in #51
  • fix: fix issue related to IPv6 address hostnames by @JKRhb in #52

Full Changelog: v0.7.0...v0.7.1

Version 0.7.0

03 Apr 16:24
8236c26
Compare
Choose a tag to compare

What's Changed

  • Add a CoAP response node by @JKRhb in #27
  • docs: include required node version in README by @JKRhb in #49
  • chore: set node 12 as the minimum version by @JKRhb in #43

Dependency Updates

New Contributors

Full Changelog: v0.6.0...v0.7.0

Version 0.6.0

25 Nov 16:25
cbbc1ef
Compare
Choose a tag to compare

What's Changed

  • chore: remove obsolete URI module by @JKRhb in #34
  • Make node labels more similar to the HTTP nodes by @JKRhb in #35
  • feat: use similar placeholders as HTTP nodes by @JKRhb in #36
  • refactor: clean up coap-request and coap-in nodes by @JKRhb in #37
  • fix(coap-in): fix bug regarding ipv6 option by @JKRhb in #39

Full Changelog: v0.5.0...v0.6.0

Version 0.5.0

20 Sep 16:05
02d1831
Compare
Choose a tag to compare
  • Updated dependencies (#33)
  • Dropped support for node version 10 (#33)
  • Minor clean-up regarding content-type registration

Version 0.4.2

18 Mar 21:58
Compare
Choose a tag to compare

Changelog

  • Added multicast option to request node (#24)
  • Updated dependencies
  • Errors that occur during the parsing of JSON payloads of reponses are now catched
  • Fixed localization for en-US (#28, thank you @zinen!)
  • UDP6 agent in CoAP server is now turned off by default to avoid issues on systems that do not use v4/v6 hybrid sockets
  • Changed color schema of nodes to orange to make them more distinguishable (#31)