From c93d53c2780932f8c3c96a8680319973fe6f02d6 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Thu, 24 Feb 2022 17:16:03 +0000 Subject: [PATCH] Update changelog --- ChangeLog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 79e504ba..58fa2c71 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -52,6 +52,7 @@ Broker: - Add ability to deny wildcard subscriptions for a role to the dynsec plugin. - Add bridge_receive_maximum option for MQTT v5.0 bridges. - Add bridge_session_expiry_interval option for MQTT v5.0 bridges. +- Bridge reconnection backoff improvements. Plugins / plugin interface: - Add persist-sqlite plugin.