From f82bc849954f0d92fe90943b82a9891c94416312 Mon Sep 17 00:00:00 2001 From: Abilio Marques Date: Sat, 25 Jun 2022 16:24:01 +0200 Subject: [PATCH] update changelog to add detail on sub, ubsub and message_read plugin events Signed-off-by: Abilio Marques --- ChangeLog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 3f2fa43c..47cadfbe 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -75,6 +75,7 @@ Broker: version. Plugins / plugin interface: +- Add support for modifying outgoing messages using MOSQ_EVT_MESSAGE_READ. - Add persist-sqlite plugin. - Add mosquitto_client() function for retrieving a client struct if that client is connected. @@ -124,7 +125,7 @@ Plugins / plugin interface: - The dynamic security plugin now only kicks clients at the start of the next network loop, to give chance for PUBACK/PUBREC to be sent. Closes #2474. - Add MOSQ_EVT_SUBSCRIBE and MOSQ_EVT_UNSUBSCRIBE events that are called when - subscribe/unsubscribes actually succeed. + subscribe/unsubscribes actually succeed. Allow modifying topic and qos. - Add `mosquitto_persistence_location()` for plugins to use to find a valid location for storing persistent data.