You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Microsoft.Azure.Devices.Client 1.34.0
Updated reference to Microsoft.Azure.Devices.Shared nuget.
Provide a way to pass in list of certificates in a chain for authentication while creating the device client while using MQTT_TCP and AMQP_TCP protocols (#1742).
Added logging to MQTT transport layer (#1694, #1709)
Documented a NullReferenceException instead of fixing it, avoid breaking change (#1734, Addresses #1667)
Added/improved doc comments on public types
Removal of unreferenced code
Bug fixes
Relaxed validation on host name from the device connection string for when using Edge as a transparent gateway (#1552, #1650)
Fixed issue where retrieving a twin array returned null (this affected twin property retrieval calls made from Microsoft.Azure.Devices.RegistryManager) (#1736)