Releases: plgd-dev/go-coap
Releases · plgd-dev/go-coap
v2.1.0
30 Oct 19:22
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
fix of order calls in observation
v2.0.2
17 Jun 13:01
Compare
Sorry, something went wrong.
No results found
fix of close udp sessions #132
v2.0.1
03 Jun 08:13
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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