All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.3.2 - 2023-10-26
- Updated to Paho Rust v0.12
- Updated Rust Edition to 2021
v0.3.1 - 2022-01-25
- Updated to Paho Rust v0.10
v0.3.0 - 2021-01-04
- Updated to use Paho Rust v0.9
- Updated Rust Edition to 2018
- Persistence callback now all use
&mut self
so that we can use the Redis client in safe mode all the time.