Skip to content

Azure IoT SDK for .NET Preview Release 2020-9-21

Pre-release
Pre-release

Choose a tag to compare

@azabbasi azabbasi released this 22 Sep 00:12
163f92d

Release notes:

Microsoft.Azure.Devices.Client.1.29.1-preview-003

SDK updates from master branch:

  • Remove unreferenced exceptions and their mappings
    • DeviceAlreadyExistsException
    • DeviceDisabledException
    • IotHubNotFoundException
  • Implement model Id support over Amqp.
  • Add support for sending digital twin telemetry from components.
  • Add additional logging, descriptions and code cleanup in Mqtt layer.
  • Update doc for exception handling over amqp, add connection status change event descriptions.

Bug fixes:

SDK fixes from master branch:

  • Fix issue where SemaphoreFullException was thrown unexpectedly (#1502)
  • Implement correct actions for each ConnectReturnCode returned (#1496)
  • Fix mqtt layer to monitor ping response (#1409)
  • Fix GetFileUploadSasUriAsync API when using certificate authentication methods (#1527)

Microsoft.Azure.Devices.1.27.1-preview-003

SDK updates from master branch:

  • Expose the exception Code on the API surface- Addresses : (#629)

Microsoft.Azure.Devices.Provisioning.Service.1.16.0-preview-002

SDK updates from master branch:

  • Add APIs to get device attestation mechanism