Skip to content

libcoap-rs 0.2.2

Latest
Compare
Choose a tag to compare
@pulsastrix pulsastrix released this 24 May 00:34
· 36 commits to main since this release
6dc62ca

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 if UseCurrent is returned (#8)
    • Additionally, some issues with key providers in combination with tinydtls and mbedtls were resolved (#9)
  • 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