Skip to content

Azure IoT Device Library for Python v2.12.0

Compare
Choose a tag to compare
@cartertinney cartertinney released this 23 Aug 22:18
· 26 commits to main since this release

Features

  • Fetching the latest twin when reconnecting is now optional (using the ensure_desired_properties kwarg)

Fixes

  • Timeout is now implemented on HTTP requests
  • Inaccurate log messages from MQTT (CONNACK rc==16) now provide the correct information
  • KeyError is no longer thrown if two responses to the same request are received
  • Reconnecting while using twin patches now only results in one twin request instead of two
  • Prevented infinite twin request loop
  • TlsAuthExchangeErrors are now automatically retriable
  • General improvements to connection stability + resilience