Skip to content

Commit

Permalink
Add v1.6.0 connection timeout change to change log
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoghlan authored Nov 3, 2021
1 parent 9782ab8 commit 4c97bc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c97bc5

Please sign in to comment.