Skip to content

Releases: coapjs/node-coap

v0.10.0

16 Apr 07:27
Compare
Choose a tag to compare

v0.9.1

04 Mar 07:38
Compare
Choose a tag to compare
  • Fixed server shut down on unexpected option #45

v0.9.0

25 Feb 07:52
Compare
Choose a tag to compare
  • 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

14 Aug 07:43
Compare
Choose a tag to compare
  • Added options and headers in the coap.request method.
  • Updated dependencies
  • Use res.code alongside res.statusCode.

v0.7.1

02 Jul 10:15
Compare
Choose a tag to compare
  • Automatic IPv6 detection for server.
  • Removed all used const as they are not optimizable.

v0.7.0

18 Jun 06:14
Compare
Choose a tag to compare
  • Added blockwise transfer, thanks to @nqd. See #27.

v0.6.1

30 Apr 16:31
Compare
Choose a tag to compare
  • Properly set the default for host during listen #22.

v0.6.0

04 Mar 11:59
Compare
Choose a tag to compare
  • Check for both host and hostname in the IPv6 checks #19.
  • Removed backoff dependency #20

v0.5.4

21 Feb 17:20
Compare
Choose a tag to compare
  • Allow binding of an Agent to a specific port #18.

v0.5.3

15 Jan 13:40
Compare
Choose a tag to compare
  • Fixed the 4.04 behavior with observe requests.