FastMQTT 0.2.1 Release Notes
We're pleased to announce the release of FastMQTT 0.2.1. This minor update introduces two new properties to improve connection status tracking.
Changes
Added
- New property
is_started
inFastMQTT
class to check if the client has been started - New property
is_connected
inFastMQTT
class to check the current connection status
This release maintains compatibility with Python 3.10 and above, as established in the previous 0.2.0 release.
We appreciate your feedback. If you encounter any issues or have suggestions, please open an issue on our GitHub repository.