Skip to content

Microsoft Azure IoT SDKs for .NET LTS patch Release 2022-01-18

Compare
Choose a tag to compare
@azabbasi azabbasi released this 19 Jan 17:53
· 352 commits to main since this release
4515e44

This release is a patch for the Microsoft Azure IoT Hub SDK for .NET LTS patch Release 2021-10-19 LTS release.

Microsoft.Azure.Devices.Client 1.36.4

  • Fix bug where operations on a disposed Device Client would throw NullReferenceException. Operations on a disposed Device Client will now throw ObjectDisposedException (#2286)
  • Adding a reference to DotNetty.Common 0.7.1 to fix the threading issue introduced in 0.7.0. (#2272)

Microsoft.Azure.Devices.Provisioning.Transport.Mqtt 1.14.2

  • Adding a reference to DotNetty.Common 0.7.1 to fix the threading issue introduced in 0.7.0. (#2272)