Microsoft.Azure.Devices.Client v1.27.0
- Update
Microsoft.Azure.Amqp
version to2.4.2
. - Enable
ModuleClient
to setClientOptions
. - Update the device client to accept the
ModelId
as per new format.
#Bug fixes
- Deprecate existing file upload APIs, add new ones at granular level (Get SAS uri from IoT Hub, upload to Azure Storage blob using IoT Hub provided credentials, and then notify IoT Hub that a file upload has completed) (#1037 , #1399).
- Fix for retrieving all message system properties set by IoT Hub, over Http protocol, for cloud-to-device messages.
Microsoft.Azure.Devices v1.22.0
- Update
Microsoft.Azure.Amqp
version to2.4.2
.
#Bug fixes
- Updated code to set the correct exception message (#599).
- Expose the exception code returned by the service, back to the calling application (#629).
Microsoft.Azure.Devices.Provisioning.Transport.Amqp v1.3.1
- Update
Microsoft.Azure.Amqp
version to2.4.2
.
Microsoft.Azure.Devices.Provisioning.Transport.Http v1.2.4
#Bug fixes
- Fix a bug where the provisioning client did not respect the
retry-after
header sent by service, for requests getting throttled. (#1042).