Releases: coapjs/node-coap
Releases · coapjs/node-coap
v0.12.1
- Server emits
'close'
when closed by @boneskull.
- Agent emits proper
Error
object for block2 problems #89 by @neophob
v0.11.1
- Welcome @boneskull in the contributors
- Guard listen() and close() in case of missing socket #74 by @OJFord
v0.10.5
- Check token integrity in responses #68 by @neich
v0.10.4
- Fixed memory leak in case of timeout #64 by @neich
v0.10.2
- Fix proxy support due to a wrong error connection #54.