v1.4.0
What's Changed
Changed
- Run some integration tests with authentication by @Namoshek in #113
- Refactor MQTT client loop implementation to allow easier integration with third party event loops by @Alex6092 in #115
- As long as you are not adding a
loopOnce()
method in a class extendingMqttClient
, this change is fully backwards compatible ✔️
- As long as you are not adding a
New Contributors
Full Changelog: v1.3.0...v1.4.0