aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-07-04 12:55:32 +0200
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-07-04 12:55:32 +0200
commit68839f01cd982f03d7ff95d3180cfae8534dc3eb (patch)
treee6220aa6035cdbf13905d4f479cdd07d700b3dc1 /CHANGELOG.md
parentce71a662f977c9dd3790c62620ebd0568276b05f (diff)
downloadmqttr-68839f01cd982f03d7ff95d3180cfae8534dc3eb.tar.gz
mqttr-68839f01cd982f03d7ff95d3180cfae8534dc3eb.tar.xz
mqttr-68839f01cd982f03d7ff95d3180cfae8534dc3eb.zip
Configurable QoS
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
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