Skip to content

Commit

Permalink
Merge pull request #616 from ncoghlan/patch-2
Browse files Browse the repository at this point in the history
Add v1.6.0 connection timeout change to change log
  • Loading branch information
PierreF authored Dec 22, 2023
2 parents bec076f + 4c97bc5 commit 3123149
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 @@ -17,6 +17,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 3123149

Please sign in to comment.