Releases: DerTomm/SerialMqttBridge
Releases · DerTomm/SerialMqttBridge
Release 1.1
- 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 bycom.github.java-native.jssc
for current Java compatibility
SerialMqttBridge-v1.0.2
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
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
This is the first release of SerialMqttBridge.