aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-06-27 21:45:29 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-06-27 21:46:51 +0100
commitce71a662f977c9dd3790c62620ebd0568276b05f (patch)
tree9543f0e4f27932a1bbafcf073ce7f2d88c51224a /CHANGELOG.md
parent9c4df3969e21b2d82d34e379b05d2d7ae2e8c29f (diff)
downloadmqttr-ce71a662f977c9dd3790c62620ebd0568276b05f.tar.gz
mqttr-ce71a662f977c9dd3790c62620ebd0568276b05f.tar.xz
mqttr-ce71a662f977c9dd3790c62620ebd0568276b05f.zip
Make QoS 2 (ExactlyOnce) the defaultHEADmaster
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 73e40cd..f11ef3c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,10 @@
* 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.
+### Changed
+
+* The default subscription QoS is now 2 (exactly once)
+
### Fixed
* Changelog 0.1.0 link now references the tag not an arbitrary diff.