Skip to content

Version 0.11.0

Compare
Choose a tag to compare
@fpagliughi fpagliughi released this 18 Apr 22:15
· 82 commits to master since this release
  • Updated to support Paho C v1.3.10
  • New client functions to stop consuming/streaming and to remove callbacks.
  • Started a README for the -sys crate.
  • Fixed a bunch of lints. Clippy report is clean.
  • #152 Consumer won't panic when the receiver drops.
  • #113 Build now respects the OPENSSL_STATIC flag (if OPENSSL_DIR or other path flags set).
  • #145 impl From<Error> for io::Error An MQTT error can be easily converted back to an I/O error.