Skip to content

Releases: namib-project/libcoap-rs

libcoap-sys 0.2.2

24 May 00:34
6dc62ca
Compare
Choose a tag to compare

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

24 May 00:34
6dc62ca
Compare
Choose a tag to compare

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

libcoap-sys 0.2.1

20 Nov 00:29
99db927
Compare
Choose a tag to compare

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

20 Nov 00:32
99db927
Compare
Choose a tag to compare

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

  • bump libcoap-sys to 0.2.1 (#1)
  • add feature flags to docs.rs metadata (#1)

libcoap-sys 0.2.0

28 Jun 01:36
f0331aa
Compare
Choose a tag to compare

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.

See obgm/libcoap@8b9377e

libcoap-rs 0.2.0

28 Jun 01:36
f0331aa
Compare
Choose a tag to compare

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).