Skip to content

Azure IoT Device Library for Python v2.9.0

Compare
Choose a tag to compare
@cartertinney cartertinney released this 03 Nov 00:41

IoTHub Clients Change Log

Features

  • Added support for the .on_background_exception handler to the clients. If set, this handler will be invoked when an exception occurs from non-user-initiated actions (e.g. connection drop)

Fixes

  • Fixed a compatibility issue with Python 3.10
  • Timeout of network calls now will result in a OperationTimeout exception rather than a OperationCancelled
  • Fixed an issue where disconnect notifications were sometimes happening twice for a single disconnection