Skip to content

Releases: DerTomm/SerialMqttBridge

Release 1.1

15 Feb 22:20
692fc08
Compare
Choose a tag to compare
  • Code is now compatible with Java >9
  • Release is built against Java 13
  • Project dependencies Logback, Reflections, MQTT Client and Maven plugins were updated to latest release
  • Outdated org.scream3r.jssc library was replaced by com.github.java-native.jssc for current Java compatibility

SerialMqttBridge-v1.0.2

13 Jan 17:10
faf3c11
Compare
Choose a tag to compare

Changes in this release:

  • Added custom MySensors serial to MQTT adapter plugin which adds timestamp to TRAPPED messages (optional)
  • Log timestamp now prints milliseconds instead of seconds
  • Updated MQTT client library from Paho mqttv3 1.1.0 to 1.2.0
  • Externalized QoS settings for publish and subscribe into properties file

SerialMqttBridge-v1.0.1

06 Aug 11:01
Compare
Choose a tag to compare

This release contains the 'auto reconnection' setting of Eclipse Paho MQTT client to get a stable service even if the MQTT broker connection gets lost for a while during run.

SerialMqttBridge-v1.0

02 Jan 19:11
Compare
Choose a tag to compare

This is the first release of SerialMqttBridge.