Releases: seedstack/mqtt-addon
Releases · seedstack/mqtt-addon
v2.1.1
v2.1.0
- [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
- [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
- [brk] Update to new configuration system.
v1.2.0
- [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
- [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
- [new] Initial release.