Skip to content

Releases: fpagliughi/mqtt.rust.redis

Version 0.3.2

26 Oct 12:42
Compare
Choose a tag to compare
  • Updated to Paho Rust v0.12
  • Updated Rust Edition to 2021

Version 0.3.0

04 Jan 16:25
Compare
Choose a tag to compare

Updated to the latest versions of Paho, Rust, and Redis client.

  • Updated to use Paho Rust v0.9
  • Updated Rust Edition to 2018
  • Updated to Redis client v0.19
  • Persistence callback now all use &mut self so that we can use the Redis client in safe mode all the time.

v0.2.2 - Documentation Update

16 Dec 21:28
Compare
Choose a tag to compare

This improves on the documentation from the initial release and makes some minor tweaks.

v0.2.1 - Initial Release

22 Nov 00:46
Compare
Choose a tag to compare
Pre-release

An initial version to go with the first version of paho-mqtt uploaded to crates.io.