From 4c97bc502acf35fd19e7fd1082c688cea8da49a8 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Wed, 3 Nov 2021 18:46:40 +1000 Subject: [PATCH] Add v1.6.0 connection timeout change to change log --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index ab57c1a8..f9b1f780 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -8,6 +8,8 @@ v1.6.0 - 2021-10-20 =================== - Changed default TLS version to 1.2 instead of 1.0. +- MQTT connection attempts now use a timeout of 5 seconds rather than the + configured keepalive interval - Fix incoming MQTT v5 messages with overall property length > 127 bytes being incorrectly decoded. Closes #541. - MQTTMessageInfo.wait_for_publish() and MQTTMessageInfo.is_published() will