Releases: Azure/azure-iot-sdk-c
Releases · Azure/azure-iot-sdk-c
Azure IoT C SDK
C Device SDK
- Added IoTHubDeviceTwin_SendReportedState to C SDK
- Created a WIP cmake option for the C2D AMQP methods
- Update callback to allow users calls to be done outside of the locks
- Enabled MQTT transport for Arduino
- Added sample for AMQP over WS with C2D methods multiplexed
- Added enhanced retry logic to MQTT transport
- Changed default behavior of CMAKE scripts to not build/run unit tests (enabled by scripts now)
- Pull request #928
C Service SDK
- Changed default behavior of CMAKE scripts to not build/run unit tests (enabled by scripts now)
Documentation
- Updated documentation due to moving Azure IoT C SDK into a separate git repository
- General fixes and updates on readmes and guides
Bug Fixes
- Memory leaks in E2E tests