Skip to content

Azure IoT Device Library for Python v2.6.0

Compare
Choose a tag to compare
@cartertinney cartertinney released this 13 May 00:06

IoTHub Clients Change Log

Features

  • Added the ability to disable client auto-connect via the auto_connect keyword argument
  • Added the ability to disable client automatic connection retry via the connection_retry keyword argument
  • Added the ability to configure the connection retry interval with the connection_retry_interval keyword argument
  • Added support for the iothub-ack system property on Cloud-to-Device (C2D) messages. This will appear on the ack attribute of the Message object

Fixes

  • .disconnect() and .shutdown() now cancel any in-flight operations
  • Modified verison of urllib3 dependency for greater compatibility