pulsastrix
released this
24 May 00:34
·
38 commits
to main
since this release
Release 0.2.2 of the libcoap-rs Rust wrapper around the libcoap C library, based on libcoap version 4.3.1 (obgm/libcoap@c694bae).
Changelog
- Fixed panic that occured when dropping a context with an active DTLS session (#8)
- Fixed some issues with
CoapServerCryptoProvider
ifUseCurrent
is returned (#8)- Additionally, some issues with key providers in combination with
tinydtls
andmbedtls
were resolved (#9)
- Additionally, some issues with key providers in combination with
- Client side sessions are now properly dropped if they are no longer used (#8)
Full Changelog: libcoap-rs_0.2.1...libcoap-rs_0.2.2