Releases: namib-project/libcoap-rs
libcoap-sys 0.2.2
Release 0.2.2 of the libcoap-sys raw bindings to the libcoap C library.
Changelog
- Update bindgen to version 0.65.1 (#8)
- Fix a linking issue with mbedtls, as it does not usually support pkg-config (#9)
Full Changelog: libcoap-sys_0.2.1...libcoap-sys_0.2.2
libcoap-rs 0.2.2
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
libcoap-sys 0.2.1
Release 0.2.1 of the libcoap-sys raw bindings to the libcoap C library.
Changelog
- Bump libcoap to stable release 4.3.1 (obgm/libcoap@c694bae) (#1)
- Bump tinydtls-sys to 0.1.2 (#1)
- Fix some issues with locating libraries when using vendored crypto libraries (#1)
- Fix build issues in read-only source directories (e.g. docs.rs) (#1)
libcoap-rs 0.2.1
Version 0.2.1 of the libcoap-rs Rust wrapper around the libcoap C library, based on libcoap version 4.3.1 (obgm/libcoap@c694bae).
Changelog
libcoap-sys 0.2.0
Version 0.2.0 of the libcoap-sys raw bindings to the libcoap C library.
This version of the binding is based on commit 8b9377e of the libcoap C library.
libcoap-rs 0.2.0
Version 0.2.0 of the libcoap-rs Rust wrapper around the libcoap C library.
Adds the basic functionality required for running a basic UDP- or DTLS-based CoAP server (PSK only for DTLS).