Skip to content

Releases: adafruit/Adafruit_MQTT_Library

v0.13.2

05 Jul 21:09
Compare
Choose a tag to compare

fixes version in library.properties

v0.13.1

05 Jul 20:27
Compare
Choose a tag to compare

adds esp8266 mqtts (tls/ssl) example for adafruit io.

v0.13.0

30 Jun 16:44
Compare
Choose a tag to compare

adds custom CONNACK return codes

v0.12.3

08 Jun 02:45
Compare
Choose a tag to compare

fixes MQTT FONA - tested on a fona feather

0.12.2

22 Jan 01:33
Compare
Choose a tag to compare

added atwinc demo
cleaned up examples, removed useless ping
added 2sub demo
added will/qos1 demo
added ssl example for esp8266

0.12.1 minor mqtt_esp8266 example bug workaround

21 Nov 04:54
Compare
Choose a tag to compare

Small fix for mqtt_esp8266 example to work on Arduino 1.6.6 IDE.

0.12.0

22 Oct 18:40
Compare
Choose a tag to compare

adds mqtt 3.1.1 support

Fix MQTT client ID generation in examples

08 Sep 16:21
Compare
Choose a tag to compare

Swaps out all occurrences of:

const char MQTT_CLIENTID[] PROGMEM  = AIO_KEY __DATE__ __TIME__;

to:

const char MQTT_CLIENTID[] PROGMEM  = __TIME__ AIO_USERNAME;

in the example sketches.

Add Arduino Yun example

31 Aug 21:40
Compare
Choose a tag to compare

Small release to add Arduino Yun example which uses the YunClient class.

0.10.0

03 Aug 18:45
Compare
Choose a tag to compare
  • Add Adfruit_MQTT::connectErrorString() method 6879df8
  • Fix indentation in Adafruit_MQTT::subscribe 564e87f
  • Fix Adafruit_MQTT:subscribe() b996b09
  • Clarify that subscribe() must be called before connect() 06767dc
  • Comment out stringprint(), it is not used 05b1451
  • Add parenthesis to fix compiler warning 565d9af
  • Fix type of Adafruit_MQTT_Subscribe::lastread 22c3533
  • Add Adafruit_MQTT_Subscribe::datalen 22b77ec
  • Allow passing __FlashStringHelper* in addition to char* everywhere 5d101b8
  • Default to qos = 0 in Adafruit_MQTT::publish() 3a1bef8