Skip to content

Releases: 256dpi/arduino-mqtt

v1.9.5

01 Apr 15:20
Compare
Choose a tag to compare
  • fixed the client to no longer send empty usernames and passwords if none are specified

v1.9.4

01 Apr 14:58
Compare
Choose a tag to compare
  • fixed bug that caused a crash when calling read() or write() on a disconnected network connection

v1.9.3

11 Jan 15:22
Compare
Choose a tag to compare
  • added support for binary payloads

v1.9.2

15 Dec 09:39
Compare
Choose a tag to compare
  • new example directory structure
  • more examples for other boards and shields

v1.9.1

04 Dec 16:15
Compare
Choose a tag to compare
  • Added tests runnable as examples.
  • Fixed some problems with YunMQTTClient along the way.

v1.9.0

04 Dec 15:39
Compare
Choose a tag to compare
  • The payload is now size prefixed to properly handle messages containing : and \n characters with the YunMQTTClient.

v1.8.2

23 Nov 08:30
Compare
Choose a tag to compare
  • Fixed missing category in library.properties. Thanks @per1234!

v1.8.1

17 Nov 13:19
Compare
Choose a tag to compare
  • 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

29 Sep 14:00
Compare
Choose a tag to compare
  • consolidated constructors and new begin methods
  • the YunMQTTClient will automatically update the python files

v1.7.0

11 Sep 08:42
Compare
Choose a tag to compare
  • Added support for will message.