diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-06-27 17:51:32 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-06-27 17:51:32 +0100 |
commit | 6c00fda9f101ff03612b2595ecba2dcc99cd1e27 (patch) | |
tree | b1d68346590f08bb0c78260cd9fbdbe59eedd3ef /CHANGELOG.md | |
parent | 214bf200d55575acacf03a83495ea65a0eda6e0d (diff) | |
download | mqttr-0.1.0.tar.gz mqttr-0.1.0.tar.xz mqttr-0.1.0.zip |
Add changelogv0.1.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2c10884 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [0.1.0] + +### Added + +* Running programs, asynchronously, in response to MQTT messages based on a set + of configured routes with a 60 second timeout. Programs are executed once per + message, receive the message on stdin and the topic as an argument. +* Configure an MQTT server using a host, port and optional credentials. + +[0.1.0]: https://the-tk.com/cgit/mqttr/diff/?h=v0.1.0&id2=14519559686525121352de3e3c9b9cacc4242038 |