Skip to content

Microsoft Azure IoT SDKs for .NET Release 2021-11-01

Compare
Choose a tag to compare
@drwill-ms drwill-ms released this 28 Oct 23:10
· 250 commits to main since this release
a609daa

General

  • Rename master branch to main. (#2183)

Microsoft.Azure.Devices.Shared 1.30.0

  • Add support for .NET 5. (#2169)

Microsoft.Azure.Devices.Client 1.39.0

  • Add support for .NET 5. (#2169)
  • Add support for IAsyncDisposable in supported .NET versions; automatically calls CloseAsync on dispose. (#2192)
  • Add XML docs for exceptions that can be thrown by ModuleClient.SendEventAsync and DeviceClient.SendEventAsync, courtesy of @Marusyk. (#2178)

Bug fixes

  • Fix issue with hanging thread after dispose. (#2201)
  • Support standard x509=true for connection strings. (#2203)
  • Fix bug where client's retry policy applied n^2 times rather than n times. (#2209)
  • Fix params passed into ObjectDisposedException.

Microsoft.Azure.Devices 1.36.0

  • Add support for .NET 5. (#2169)
  • Helper code in CryptoKeyGenerator marked as obsolete. (#2187)

Bug fixes

  • Fix bug where device scope and parent scopes set to device weren't used in bulk add operations. (#2189)
  • Add missing moduleContent field to ConfigurationContent class. (#2208)

Microsoft.Azure.Devices.Provisioning.Client 1.19.0

  • Add support for .NET 5. (#2169)

Microsoft.Azure.Devices.Provisioning.Service 1.18.0

  • Add support for .NET 5. (#2169)

Bug fixes

  • Remove client side validation of x509 CA references format. (#2172)

Microsoft.Azure.Devices.Provisioning.Transport.Amqp 1.16.0

  • Add support for .NET 5. (#2169)

Microsoft.Azure.Devices.Provisioning.Transport.Mqtt 1.17.0

  • Add support for .NET 5. (#2169)

Microsoft.Azure.Devices.Provisioning.Transport.Http 1.15.0

  • Add support for .NET 5. (#2169)

Microsoft.Azure.Devices.Provisioning.Security.Tpm 1.14.0

  • Add support for .NET 5. (#2169)