Skip to content

Releases: seedstack/mqtt-addon

v2.1.1

12 Aug 10:54
351dfe5
Compare
Choose a tag to compare
  • [chg] Updated for seed 3.10+
  • [chg] Updated Paho to 1.2.5
  • [new] Add the ability to disable MQTT completely with configuration property mqtt.enabled.

v2.1.0

19 Dec 09:13
Compare
Choose a tag to compare
  • [chg] When the clients parameter of MQTT annotations is empty, an error is no longer thrown but the annotated handler is ignored instead.
  • [chg] Upgrade paho library to 1.2.2

v2.0.1

26 Feb 22:39
Compare
Choose a tag to compare
  • [chg] Specifications for listeners, publishers and reject handlers are now excluding interfaces and abstract classes.
  • [fix] Fix transitive dependency to poms SNAPSHOT.

v2.0.0

04 Jan 14:49
Compare
Choose a tag to compare
  • [brk] Update to new configuration system.

v1.2.0

25 Nov 15:04
Compare
Choose a tag to compare
  • [new] Mqtt client information accessible through a plugin Facet.
  • [new] Support of policies for handling rejected tasks (received messages): multiple behaviors can be specified, CALLER_RUN(default), ABORT, DISCARD and DISCARD_OLDEST.
  • [chg] The MqttClient reconnection feature is also supported at kernel startup.

v1.1.0

30 Jun 14:23
Compare
Choose a tag to compare
  • [new] Shared topics support: multiple clients can be specified in listeners and will be all listened to
  • [fix] Workaround of Paho bug #76 when listening to multiple topics

v1.0.0

27 Apr 21:54
Compare
Choose a tag to compare
  • [new] Initial release.