github Azure/azure-iot-sdk-csharp 2020-03-31
Microsoft Azure IoT Hub SDK for .NET Release 2020-03-31

latest releases: 2024-03-28, lts_2024-03-29_patch10, lts_2021-03-18_patch10...
4 years ago

Microsoft.Azure.Devices.Shared v1.20.0

  • Give clients control over whether certificates are checked against the certificate authority revocation list or not for AMQP, HTTP, and MQTT for all clients. Set TlsVersions.Instance.CertificateRevocationCheck property to true to enable this feature.
  • Improved XML comments
  • Added more parameter validation in select methods for null, throwing ArgumentNullException.

Microsoft.Azure.Devices v1.20.1

  • Reuse HttpClient instances (#1276)
  • Updated reference to Microsoft.Azure.Devices.Shared nuget.

Microsoft.Azure.Devices.Client v1.25.0

  • Improved XML comments
  • MqttTransportSettings.CertificateRevocationCheck and AmqpTransportSettings.CertificateRevocationCheck are now linked with TlsVersions.Instance.CertificateRevocationCheck property.
  • Made Message class partially cloneable - to be able to copy system properties to a new instance (#1923). See Message.CloneWithBody method.
  • Updated System.Net.Http package from 4.3.3 to 4.3.4 to resolve a security vulneribility in the package.
  • Updated reference to Microsoft.Azure.Devices.Shared nuget.

Microsoft.Azure.Devices.Provisioning.Client v1.5.2

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

Microsoft.Azure.Devices.Provisioning.Service v1.6.2

  • Improved XML comments
  • Updated reference to Microsoft.Azure.Devices.Shared nuget.

Microsoft.Azure.Devices.Provisioning.Transport.Amqp v1.2.2

  • Improved XML comments
  • Added more parameter validation in select methods for null, throwing ArgumentNullException.
  • Updated reference to Microsoft.Azure.Devices.Shared nuget.

Microsoft.Azure.Devices.Provisioning.Transport.Mqtt v1.2.2

  • Improved XML comments
  • Added more parameter validation in select methods for null, throwing ArgumentNullException.
  • Updated reference to Microsoft.Azure.Devices.Shared nuget.

Microsoft.Azure.Devices.Provisioning.Transport.Http v1.2.2

  • Improved XML comments
  • Added more parameter validation in select methods for null, throwing ArgumentNullException.
  • Updated reference to Microsoft.Azure.Devices.Shared nuget.

Microsoft.Azure.Devices.Provisioning.Security.Tpm v1.2.2

  • Added more parameter validation in select methods for null, throwing ArgumentNullException.
  • Fixed resource leaks on dispose.
  • Updated reference to Microsoft.Azure.Devices.Shared nuget.

Don't miss a new azure-iot-sdk-csharp release

NewReleases is sending notifications on new releases.