Skip to content

Releases: adafruit/Adafruit_MQTT_Library

2.4.2 - Fix packet length calculation

12 Jul 13:53
223d419
Compare
Choose a tag to compare

#196 Fixes packet length calculation when payload size > 128 bytes.

2.4.1 - Fix publish and ping collision

22 Jun 17:30
d466773
Compare
Choose a tag to compare

#195 Fixes collision between publish and ping control packets

2.4.0 - Add setKeepAliveInterval() Setter

18 May 21:06
e524b5f
Compare
Choose a tag to compare
  • #194 Allows the user to set the MQTT connection's keep alive interval time in seconds via new function, setKeepAliveInterval().

2.3.0 - Support publishing and receiving large messages

14 May 16:08
ea2fb46
Compare
Choose a tag to compare
  • #193 Support publishing and receiving large messages

2.2.0 - Protect against memory corruption within publishPacket

14 May 13:23
ca12d21
Compare
Choose a tag to compare
  • #166 Protects against memory corruption in publish calls.

2.1.0 - Better ping handling

06 Nov 15:40
f63a37b
Compare
Choose a tag to compare

#170 Fixes ping requests discarding PUBLISH messages.
#170 Fixes a bug within readPacket

2.0.0 - Possibly breaking changes. See below

30 Sep 19:22
c7f716c
Compare
Choose a tag to compare
  • Possibly breaking change: made connectServer, disconnectServer, readPacket, sendPacket all private methods
  • Added support for MKR1010
  • Fixed a typo

Latest Adafruit IO SSL Fingerprint

07 Jul 14:20
956242a
Compare
Choose a tag to compare

The Adafruit IO SSL Certificate has been updated, we've updated the example: examples/adafruitio_secure_esp8266/adafruitio_secure_esp8266.ino to reflect the new SSL fingerprint.

1.1.0 - Moved repository to GitHub Actions, fully documented code with Doxygen

26 Jun 14:40
8db0c27
Compare
Choose a tag to compare
Merge pull request #177 from adafruit/actionci

Moved to actions, no doxygen

Fix ESP8266 Adafruit IO Secure Example

20 May 19:03
3693eb8
Compare
Choose a tag to compare

ESP8266 BSP 2.5.1's WiFiClientSecure switched to BearSSL as the default (https://github.com/esp8266/Arduino/blob/2.5.1/libraries/ESP8266WiFi/src/WiFiClientSecure.h#L27).

  • adafruitio_secure_esp8266.ino example fixed in #156