Releases: fpagliughi/mqtt.rust.redis
Releases · fpagliughi/mqtt.rust.redis
Version 0.3.2
- Updated to Paho Rust v0.12
- Updated Rust Edition to 2021
Version 0.3.0
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
This improves on the documentation from the initial release and makes some minor tweaks.
v0.2.1 - Initial Release
An initial version to go with the first version of paho-mqtt uploaded to crates.io.