Releases: christianrowlands/android-mqtt-connection-lib
Releases · christianrowlands/android-mqtt-connection-lib
v0.4.1
- Fixed a bug where a UI deadlock could occur when the connection is unsuccessful and messages are published.
- Improved UX for showing the user connection error reasons such as invalid username and password.
MQTT Android Library v0.4.0
Added support for queueing messages while the MQTT broker connection is offline and resending them when a connection comes back online.
MQTT Android Library v0.3.0
Changed the QoS from 0 to 1 for the MQTT connection.
MQTT Android Library v0.2.1
Added some additional protections against concurrent MQTT connections.
MQTT Android Library v0.2.0
Switched out the Eclipse Paho MQTT Client for HiveMQ to improve stability and error scenario handling.
v0.1.0
Initial release of this Android MQTT Connection Library.