Skip to content

Releases: chkr1011/CoAPnet

v1.2.0

30 Apr 09:09
80bd2b8
Compare
Choose a tag to compare

[Core] Improved support for .NET 6.0+ (Passing cancellation tokens etc.).
[Client] Both clients are now thread safe.
[Client] Fixed an issue in internal buffer management which may lead to payload corruption.

v1.1.0

19 Feb 18:38
7a964ea
Compare
Choose a tag to compare

[Core] Fixed null ref exception in TCP transport layer.
[Core] Added support for .NET 6.0.
[Core] Assemblies are now signed (strong name).
[Core] Updated nuget packages.

v1.0.9

31 May 17:07
Compare
Choose a tag to compare

[Client] Fixed high CPU load issues when closing the client.
[DTLS] Improved error handling and exposed received DTLS alerts.
[DTLS] Improved support for cancellation token.

v1.0.7

19 May 17:06
Compare
Choose a tag to compare

[Core] Performance improvements.
[Core] Fixed typos in enums etc.
[Core] Added support for cancellation tokens.

v1.0.6

13 May 22:04
Compare
Choose a tag to compare

[Core] Performance improvements.
[Client] Improved connection error detection.