Releases: embeddedTS/mqtty
Releases · embeddedTS/mqtty
v0.1.9
v0.1.7
mqtty-log: Fixed reentrant signal handler issue with python 3.14
v0.1.6
Added
- New mqtty-serial-bridge application to bridge local serial devices to MQTT topics.
- New installed CLI entrypoint: mqtty-serial-bridge.
Added sample files:
- mqtty-serial-bridge.toml.example
- mqtty-serial-bridge.service
Added exhaustive Dockerized test runner:
- Dockerfile.test
- scripts/run-tests-docker.sh
Added end-to-end integration tests with real mosquitto + PTY serial emulation.
Changed
- Replay log records now include absolute epoch timestamp in milliseconds: ts (with t + d retained).
- README updated with serial bridge usage, testing workflow, and logging format notes.
Fixed
- Serial bridge MQTT connect handling now accepts Paho ReasonCode callback behavior correctly.
- Removed
- Removed legacy uart2mqtt.toml.
v0.1.5
mqtty-log-replay: Fixed to correctly follow a live-written log.
mqtty-log-replay: Fixed ctrl+c handling
v0.1.4
Fixed log sync issues
v0.1.3
Added initial mqtty-log and mqtty-log-replay commands
v0.1.2
Simplified usage, defaults to stdin/out, and maps to picocom's escape sequence.
v0.1.1
Added --raw-output to output data without a pts/picocom. This outputs data until killed, and does not hook up to the input path.
v0.1.0
Initial release