Skip to content

Releases: 256dpi/arduino-mqtt

v1.6.0

18 Jul 11:29

Choose a tag to compare

  • minor updates

v1.5.1

25 Jun 09:55

Choose a tag to compare

  • reflect changes on shiftr.io

v1.5.0

13 Apr 16:30

Choose a tag to compare

  • Reduced installation time drastically for YunMQTTClient.
  • Added an opt-out function to ensure the scripts existence on every start.
  • Removed the now obsolete YunMQTTInstall example.

v1.4.0

12 Apr 16:46

Choose a tag to compare

bump version

v1.3.2: Merge remote-tracking branch 'origin/master'

07 Apr 17:56

Choose a tag to compare

  • Reverted dependency update that broke connecting.

v1.3.0

03 Apr 18:36

Choose a tag to compare

  • library manager compliant

v1.3

03 Apr 14:52

Choose a tag to compare

  • updated Paho library (bug fixes)

v1.2

13 Feb 10:46

Choose a tag to compare

  • buffer size is now configurable
  • added publish variant without payload
  • updated dependencies
  • little memory optimizations

v1.1

06 Jan 17:33

Choose a tag to compare

This release fixed a bug where the Arduino hang for ~1sec on every client.loop() call. Your programs should run now with full speed. The client will only block for max 1sec if there is possible more data to receive.

v1.0

31 Dec 11:55

Choose a tag to compare

First release of the library.