Skip to content

Azure IoT C SDK

Compare
Choose a tag to compare
@ewertons ewertons released this 14 Dec 01:07
· 2595 commits to main since this release

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