Arduino Mqtt Versions Save

MQTT library for Arduino

v2.4.1

5 years ago
  • fix duplicate symbols (@sandeepmistry)

v2.4.0

5 years ago
  • 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

5 years ago
  • duplicate hostnames to fix issues with pointers that go away

v2.3.2

5 years ago
  • 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

6 years ago
  • 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

6 years ago
  • fixed some compiler warnings (#92, #97)
  • added examples for the Arduino MKR GSM 1400 boards (#98)

v2.2.2

6 years ago
  • allow connecting with only a username (#90)

v2.2.1

6 years ago
  • updated lwmqtt (fixes wrong qos flow)

v2.2.0

6 years ago
  • 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

6 years ago
  • fixed an integer overflow bug on 16bit platforms