github Azure/azure-iot-sdk-csharp 2019-12-17
Microsoft Azure IoT Hub SDK for C# Release 2019-12-17

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

Microsoft.Azure.Devices.Client v1.21.3

• Fix MQTT ReceiveAsync with cancellation token always returns null.
• Fix MQTT packet id becomes 0 on 32kth messages sent which caused MQTT connection drop.
• Fix AMQP SendEventBatchAsync always throws InvalidOperationException.
• Fix AMQP connection throws ObjectDisposedException while OpenAsync failed on open sender link.
• Fix AMQP SendTwinPatchAsync with cancellation token doesn’t cancel after cancellation token is cancelled.
• Revert to throw TimeoutException if operation times out instead of IotHubCommunicationException.
• Revert to throw OperationCancelledException if operation is cancelled instead of IotHubCommunicationException.
• Fix connection string parser to allow special characters such as semicolon.
• Fix a missing await for async task in MQTT which could cause race condition to the connection.
• Add clarification to connection status callback documentation for HTTP.
• Add clarification to device operation timeout documentation.

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

NewReleases is sending notifications on new releases.