Skip to content

Releases: seedstack/mqtt-addon

v2.1.1

Choose a tag to compare

@adrienlauer adrienlauer released this 12 Aug 10:54
351dfe5
  • [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

Choose a tag to compare

@adrienlauer adrienlauer released this 19 Dec 09:13
  • [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

Choose a tag to compare

@adrienlauer adrienlauer released this 26 Feb 22:39
  • [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

Choose a tag to compare

@adrienlauer adrienlauer released this 04 Jan 14:49
  • [brk] Update to new configuration system.

v1.2.0

Choose a tag to compare

@adrienlauer adrienlauer released this 25 Nov 15:04
  • [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

Choose a tag to compare

@adrienlauer adrienlauer released this 30 Jun 14:23
  • [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

Choose a tag to compare

@adrienlauer adrienlauer released this 27 Apr 21:54
  • [new] Initial release.