Releases: 256dpi/arduino-mqtt
Releases · 256dpi/arduino-mqtt
v1.9.5
- fixed the client to no longer send empty usernames and passwords if none are specified
v1.9.4
- fixed bug that caused a crash when calling read() or write() on a disconnected network connection
v1.9.3
- added support for binary payloads
v1.9.2
- new example directory structure
- more examples for other boards and shields
v1.9.1
- Added tests runnable as examples.
- Fixed some problems with YunMQTTClient along the way.
v1.9.0
- The payload is now size prefixed to properly handle messages containing
:
and \n
characters with the YunMQTTClient
.
v1.8.2
- Fixed missing category in
library.properties
. Thanks @per1234!
v1.8.1
- fixed a bug in YunMQTTClient
- updated examples to reconnect on connection loss
- YunMQTTClient will update python code once in begin()
v1.8.0: Merge pull request #10 from 256dpi/major-update
- consolidated constructors and new begin methods
- the YunMQTTClient will automatically update the python files
v1.7.0
- Added support for will message.