blob: 176a5a076f3abadb2bebc240ae7176fad6b9852b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Changelog
## [Unreleased]
### Added
* Error if the config contains credentials but is group or world readable.
### Fixed
* Changelog 0.1.0 link now references the tag not an arbitrary diff.
## [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.
[Unreleased]: https://the-tk.com/cgit/mqttr/diff/?id=HEAD&id2=v0.1.0
[0.1.0]: https://the-tk.com/cgit/mqttr/tag/?h=v0.1.0
|