diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-07-04 12:55:32 +0200 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-07-04 12:55:32 +0200 |
commit | 68839f01cd982f03d7ff95d3180cfae8534dc3eb (patch) | |
tree | e6220aa6035cdbf13905d4f479cdd07d700b3dc1 /CHANGELOG.md | |
parent | ce71a662f977c9dd3790c62620ebd0568276b05f (diff) | |
download | mqttr-68839f01cd982f03d7ff95d3180cfae8534dc3eb.tar.gz mqttr-68839f01cd982f03d7ff95d3180cfae8534dc3eb.tar.xz mqttr-68839f01cd982f03d7ff95d3180cfae8534dc3eb.zip |
Configurable QoS
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f11ef3c..8d65e12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ * Error if the config contains credentials but is group or world readable. * The message DUP, QoS, and RETAIN fields as well as the Packet Identifier (when QoS is 1 or 2) are now appended (in that order) to the process arguments. +* The global QoS default can be configured using the `qos` top level config key. +* Routes can be lists of programs or a map containing `qos` and `programs` keys. +* The per-subscription QoS can be overriden by setting the route's `qos` config + key. ### Changed |