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.CertificateRevocationCheckproperty 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.Sharednuget.
Microsoft.Azure.Devices.Client v1.25.0
- Improved XML comments
MqttTransportSettings.CertificateRevocationCheckandAmqpTransportSettings.CertificateRevocationCheckare now linked withTlsVersions.Instance.CertificateRevocationCheckproperty.- Made
Messageclass partially cloneable - to be able to copy system properties to a new instance (#1923). SeeMessage.CloneWithBodymethod. - 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.Sharednuget.
Microsoft.Azure.Devices.Provisioning.Client v1.5.2
- Updated reference to
Microsoft.Azure.Devices.Sharednuget.
Microsoft.Azure.Devices.Provisioning.Service v1.6.2
- Improved XML comments
- Updated reference to
Microsoft.Azure.Devices.Sharednuget.
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.Sharednuget.
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.Sharednuget.
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.Sharednuget.
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.Sharednuget.