Skip to content

Azure IoT Device Library for Python v2.10.0

Compare
Choose a tag to compare
@olivakar olivakar released this 11 Feb 00:57
· 78 commits to main since this release

IoTHub Clients Change Log

Features

  • Support for server verification cert for Provisioning Clients
  • Removal of socks library from user-facing API
  • Support for proxies when using .invoke_method(), .get_storage_info_for_blob() and .notify_blob_upload_status() on IoTHub Clients

Fixes

  • Fixed an issue where sufficiently long SAS token expiry or retry interval could cause a OverflowError due to exceeding the max value supported by a waiting thread.
  • Fixed an issue where alarms were incorrectly triggering, now they will trigger correctly at the specified time, even if the system goes to sleep.
  • Fixed an issue where disconnect notifications were sometimes happening twice for a single disconnection.
  • Fixed an issue where after a failed reauthorization, the re-attempt of the reauthorization happened on the wrong thread.