Releases: coapjs/node-coap
Releases · coapjs/node-coap
v0.9.1
- Fixed server shut down on unexpected option #45
v0.9.0
- Add
reset()
method to all responses #44 by @dmoranj
- Expose
rsinfo
and outSocket
in the messages #40 by @dmoranj
- Node v0.12 and iojs support
v0.8.0
- Added options and headers in the
coap.request
method.
- Updated dependencies
- Use
res.code
alongside res.statusCode
.
v0.7.1
- Automatic IPv6 detection for server.
- Removed all used const as they are not optimizable.
v0.7.0
- Added blockwise transfer, thanks to @nqd. See #27.
v0.6.1
- Properly set the default for host during listen #22.
v0.6.0
- Check for both
host
and hostname
in the IPv6 checks #19.
- Removed
backoff
dependency #20
v0.5.4
- Allow binding of an Agent to a specific port #18.
v0.5.3
- Fixed the 4.04 behavior with observe requests.