diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-07-10 13:00:08 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-07-10 13:04:55 +0100 |
commit | 0cabcd50d5714b09bae02de6fc13012e8abeb483 (patch) | |
tree | 84eaf2fe904115c3265f6d9ac8cfcf39337ddefd /CHANGELOG.md | |
parent | 513bd788f0d162c88c085c6830c99c156c42d3fd (diff) | |
download | mqttr-0cabcd50d5714b09bae02de6fc13012e8abeb483.tar.gz mqttr-0cabcd50d5714b09bae02de6fc13012e8abeb483.tar.xz mqttr-0cabcd50d5714b09bae02de6fc13012e8abeb483.zip |
Change client ID to just id
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d6a84..59d771c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ SPDX-License-Identifier: CC-BY-SA-4.0 # Changelog +## [Unreleased] + +### Changed + +* BREAKING: The MQTT client ID is now set to the `id` config setting directly + rather than `id` followed by the PID. + ## [0.3.0] - 2025-07-10 ### Added @@ -51,6 +58,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 gessage, 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.3.0 [0.3.0]: https://the-tk.com/cgit/mqttr/diff/?id=v0.3.0&id2=v0.2.0 [0.2.0]: https://the-tk.com/cgit/mqttr/diff/?id=v0.2.0&id2=v0.1.0 [0.1.0]: https://the-tk.com/cgit/mqttr/tag/?h=v0.1.0 |