Releases: JKRhb/node-red-contrib-coap
Releases · JKRhb/node-red-contrib-coap
Version 0.7.6
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
What's Changed
Full Changelog: v0.7.4...v0.7.5
Version 0.7.4
Version 0.7.3
Version 0.7.2
Version 0.7.1
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
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
- Bump follow-redirects from 1.14.4 to 1.14.8 by @dependabot in #41
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #42
- Bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #47
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #44
- Bump node-fetch from 2.6.2 to 2.6.7 by @dependabot in #46
- Bump browserslist from 4.16.3 to 4.20.2 by @dependabot in #45
New Contributors
- @dependabot made their first contribution in #41
Full Changelog: v0.6.0...v0.7.0
Version 0.6.0
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
andcoap-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
Version 0.4.2
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)