Skip to content

Releases: 256dpi/arduino-mqtt

v2.4.1

11 Oct 18:10
Compare
Choose a tag to compare

v2.4.0

11 Oct 12:23
Compare
Choose a tag to compare
  • updated lwmqtt to fix not initialized return code
  • retain will topic and payload
  • inlined system functions
  • treat zero return code from net->connect() as an error
  • added skip option to allow establishing network connections manually

v2.3.3

21 Jul 10:36
Compare
Choose a tag to compare
  • duplicate hostnames to fix issues with pointers that go away

v2.3.2

13 Jun 07:53
Compare
Choose a tag to compare
  • annotated keepAlive interval unit @MajorBreakfast
  • document that setWill() only works if it is called before connect() @MajorBreakfast
  • make connection closing more explicit
  • updated lwmqtt
  • renamed secure examples

v2.3.1

15 Mar 10:30
Compare
Choose a tag to compare
  • changed boolean to bool (#99 by @Rotzbua)
  • added main MQTT.h header file (#102 by @sandeepmistry)
  • updated examples to not rely on Arduinos forward declaration generation

v2.3.0

15 Feb 11:16
Compare
Choose a tag to compare
  • fixed some compiler warnings (#92, #97)
  • added examples for the Arduino MKR GSM 1400 boards (#98)

v2.2.2

25 Dec 11:00
Compare
Choose a tag to compare
  • allow connecting with only a username (#90)

v2.2.1

14 Nov 09:21
Compare
Choose a tag to compare
  • updated lwmqtt (fixes wrong qos flow)

v2.2.0

18 Oct 14:47
Compare
Choose a tag to compare
  • lower default keep alive to 10s
  • updated to latest lwmqtt (introduces some fixes for keep alive issues)
  • simplify callback handling (fixed a bug due to msg.payload beeing sometimes NULL)
  • close a left open connection on a new connection attempt
  • small code cleanups and refactorings

v2.1.4

29 Sep 13:58
Compare
Choose a tag to compare
  • fixed an integer overflow bug on 16bit platforms