Skip to content

Microsoft Azure IoT SDKs for .NET LTS patch Release 2023-03-28

Compare
Choose a tag to compare
@abhipsaMisra abhipsaMisra released this 28 Mar 21:46
· 352 commits to main since this release
85bde2b

This release is a patch for the Microsoft Azure IoT Hub SDK for .NET LTS patch Release 2023-01-24 LTS release.

Microsoft.Azure.Devices.Client 1.36.8

  • Fix bug where client's retry policy applied n^2 times rather than n times (#3148)
  • Decouple client open-close semaphore from callback subscription semaphore (#3148)
  • Set transport state to 'closed' when CloseAsync() is called (#3160)

Microsoft.Azure.Devices 1.31.5

  • Address fix for FxCop analyzer issue (#3148)