Skip to content

Releases: Com-AugustCellars/CoAP-CSharp

Drop 1.1.8 to nuget

08 Sep 18:11
Compare
Choose a tag to compare

Fixes a couple of bugs
Get the new NetStandard 1.0 versions of COSE and CBOR

Drop 1.1.7 to nuget

01 Aug 23:50
Compare
Choose a tag to compare

Mostly small changes - The big two are an item for doing proxy servers and the missing public on a file logger class so that it can be used.

Drop 1.1.6 to nuget

07 Jul 16:34
Compare
Choose a tag to compare
  • Re-enable DTLS reliability layer. It was removed for debugging purposes.
  • Re-enable observer reconnect attempts. The ability to disable it remains, this just changes the default value.
  • Add a UriPath and UriQuery property to the CoapClient class. This means that URIs do not need to be constantly reparsed when looking at multiple resources on a server.

Drop 1.1.5 to nuget

24 Jun 03:08
Compare
Choose a tag to compare
Merge pull request #19 from jimsch/Observe

Make all packages consistent

Release version 1.1.4

02 Jun 19:23
Compare
Choose a tag to compare

DTLS server included
logging updates
additional logging for the observe bug

Release 1.1.3 to nuget

26 May 00:37
Compare
Choose a tag to compare

Deal with issues that have been reported

  • Dependencies are not automatically downloaded
  • Debug logging is on by default
  • Observe is auto-renewing by default

Release 1.1.2 to nuget

23 May 03:11
Compare
Choose a tag to compare

Version has client side DTLS added.