Skip to content

Azure IoT Device Library for Python v2.8.0

Compare
Choose a tag to compare
@cartertinney cartertinney released this 08 Oct 22:30

IoTHub Clients Change Log

Features

  • Added support for an .on_new_sastoken_required handler which will be invoked 2 minutes prior to the expiration of a user-provided sastoken (only relevant when using a client created with the .create_from_sastoken() method)

Fixes

  • General stability improvements to connections
  • Adjusted CONACK timeout to 60 seconds for cross-language parity with other IoT Device Clients
  • Added missing docstrings for handler attributes