diff options
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 |