Skip to content

Releases: plgd-dev/go-coap

v2.1.0

30 Oct 19:22

Choose a tag to compare

New Features

  • add SetContextWithValue to ClientConn / mux.Client - example
  • add dial option WithCloseSocket to close connection for function Client()
  • cancel of observation wait for response
  • allows to set body with empty data

Fixes

  • fix leak of opened sockets
  • fix some errors

v2.0.4

21 Aug 12:40

Choose a tag to compare

  • rename go-ocf to plgd-dev
  • fix: use loop index to calculate used length of options (#149)
  • fix race

v2.0.3

22 Jul 12:00

Choose a tag to compare

  • fix of order calls in observation

v2.0.2

17 Jun 13:01
efa3ef5

Choose a tag to compare

  • fix of close udp sessions #132

v2.0.1

03 Jun 08:13
15869e6

Choose a tag to compare

  • add example for mux.middleware #126
  • fix docs for mux.middleware #127
  • fill path in function (m Message) String()

v2.0.0

27 May 08:28
f73ac2c

Choose a tag to compare

  • protocols are separated to packages
  • observe work's natively (#12, #99)
  • support's separate message
  • don't propagate reset message to client(#110)
  • body as ReadSeeker for easy transfer files
  • ability to set source port (#90)
  • (un)marshal udp/tcp coap message without allocation
  • added support for middleware to mux #73