Skip to content

Microsoft Azure IoT SDKs for .NET Release 2022-07-26

Compare
Choose a tag to compare
@andyk-ms andyk-ms released this 03 Aug 20:12
· 136 commits to main since this release

Microsoft.Azure.Devices 1.38.0

  • Update API - enable import/expert of configuration (#2322)
  • Upgrade "Newtonsoft.Json" nuget from 12.0.3 to 13.0.1 (#2443)
  • Stop batching ack for C2D feedback messages (#2439)
  • Update Support for .NET Standard 2.1+ & .NET 5+ (#2422)
  • Update reference to Microsoft.Azure.Devices.Shared nuget

Microsoft.Azure.Devices.Client 1.41.1

  • Add logging for module client C2D respond (#2495)
  • Refector AMQP unit to update session references (#2468)
  • Upgrade "Newtonsoft.Json" nuget from 12.0.3 to 13.0.1 (#2443)
  • Improve logging in retry strategy (#2436)
  • Update Support for .NET Standard 2.1+ & .NET 5+ (#2422)
  • Add additional logging statement to disposal flow (#2414)
  • Refactor PipelineContext class for better understandability (#2403)
  • Consolidate ProductInfo helper methods into the ProductInfo class (#2402)
  • Update Support for .NET Standard 2.0+ & .NET 5+ (#2396)
  • Update reference to Microsoft.Azure.Devices.Shared nuget

Bug fixes

  • Fix bug where unsubscribing from twin/methods/c2d caused brief disconnection in AMQP (#2448)
  • Fix twin operations with MQTT to retry on throttling (#2416)

Microsoft.Azure.Devices.Provisioning.Client 1.19.2

  • Upgrade "Newtonsoft.Json" nuget from 12.0.3 to 13.0.1 (#2443)
  • Update Support for .NET Standard 2.1+ & .NET 5+ (#2422)
  • Update reference to Microsoft.Azure.Devices.Shared nuget

Microsoft.Azure.Devices.Provisioning.Security.Tpm 1.14.1

  • Update Support for .NET Standard 2.1+ & .NET 5+ (#2422)
  • Update reference to Microsoft.Azure.Devices.Shared nuget

Microsoft.Azure.Devices.Provisioning.Transport.Amqp 1.16.1

  • Update Support for .NET Standard 2.1+ & .NET 5+ (#2422)
  • Update reference to Microsoft.Azure.Devices.Shared nuget

Microsoft.Azure.Devices.Provisioning.Client.Transport.Http 1.15.1

  • Update reference to Microsoft.Azure.Devices.Shared nuget

Microsoft.Azure.Devices.Provisioning.Transport.Mqtt 1.16.

  • Update Support for .NET Standard 2.1+ & .NET 5+ (#2422)
  • Update reference to Microsoft.Azure.Devices.Shared nuget

Microsoft.Azure.Devices.Shared 1.30.1

  • Upgrade "Newtonsoft.Json" nuget from 12.0.3 to 13.0.1 (#2443)
  • Update Support for .NET Standard 2.1+ & .NET 5+ (#2422)
  • Update Support for .NET 5+ (#2384)