Skip to content

Releases: Azure/azure-sdk-for-c-arduino

1.1.3

22 Feb 18:59
c70fce8
Compare
Choose a tag to compare
  • 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

05 Dec 18:19
c59a2b1
Compare
Choose a tag to compare
  • 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

23 Nov 14:44
0589ae1
Compare
Choose a tag to compare
  • Updated the ADU DTMI to version 1 to be compatible with sent ADU device properties.

1.1.0

14 Nov 15:38
517139d
Compare
Choose a tag to compare
  • 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

10 Nov 19:51
64a7933
Compare
Choose a tag to compare
  • Incorporates latest changes into the Azure Device Update feature.
  • Improvements in ADU samples and their documentation.

1.1.0-beta.2

07 Nov 23:07
f7f5ca8
Compare
Choose a tag to compare

1.1.0-beta.1

27 Oct 20:41
a6205a7
Compare
Choose a tag to compare
  • 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

15 Aug 17:12
a56c0b5
Compare
Choose a tag to compare

Releasing the official version 1.0.0 of the Azure SDK for C Arduino Library.

No changes done to the codebase.

1.0.0-beta.5

08 Jul 00:06
a7d395b
Compare
Choose a tag to compare
  • 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

10 May 16:29
bd5b9ea
Compare
Choose a tag to compare
  • Adds X509 client cert authentication to the samples.
  • Removes user agent workaround.