Releases: Azure/azure-sdk-for-c-arduino
Releases · Azure/azure-sdk-for-c-arduino
1.1.3
- Added sample for the Arduino Portenta H7 board to connect to Azure IoT Central.
- Added sample for the Arduino Portenta H7 board to connect to Azure IoT Hub.
- Added sample for the Arduino Nano RP2040 Connect board to connect to Azure IoT Central.
- Added sample for the Arduino Nano RP2040 Connect board to connect to Azure IoT Hub.
1.1.2
- Update azure-sdk-for-c code to get ADU GA patch (Azure/azure-sdk-for-c@54f7bf3)
- Update ADU sample to use new model id (users can define their own, as soon as it has deviceUpdateContractModel;2 as subcomponent)
- Update ADU sample readme.md documentation to use Azure CLI.
1.1.1
- Updated the ADU DTMI to version 1 to be compatible with sent ADU device properties.
1.1.0
- GA release of Azure Device Update APIs for the Embedded C SDK.
- Includes a sample to update ESP32 devices over the air.
1.1.0-beta.3
- Incorporates latest changes into the Azure Device Update feature.
- Improvements in ADU samples and their documentation.
1.1.0-beta.2
- Incorporates latest changes into the Azure Device Update feature.
1.1.0-beta.1
- This adds a preview release of the Azure Device Update APIs for the Embedded C SDK.
- Includes a sample to update ESP32 devices over the air.
1.0.0
1.0.0-beta.5
- Bumps the SDK version to the newest 1.3.2 version.
- Includes a bug fix on the user agent string not being URL encoded which could have caused disconnects with devices (especially when using twin functionality).
- Adds documentation guidance for X509 client authentication.
1.0.0-beta.4
- Adds X509 client cert authentication to the samples.
- Removes user agent workaround.