Releases: Azure/azure-sdk-for-c-arduino
1.0.0-beta.3
Description
This is the Azure SDK for C API published as an Arduino library.
Azure SDK for C is an API designed for embedded development, assisting applications to connect their MQTT client to the Microsoft Azure IoT services.
It shall be preferred over previous libraries for connecting to Microsoft Azure IoT:
- azure-iot-arduino
- azure-iot-arduino-utility
- azure-iot-arduino-protocol-http
- azure-iot-arduino-protocol-mqtt
- azure-iot-arduino-socket-esp32-wifi
For questions or filing issues please refer to the Azure SDK for C repo.
Release Notes
- Fix SAS-token refresh crash in ESP32 Azure IoT Central samples.
1.0.0-beta.2
Description
This is the Azure SDK for C API published as an Arduino library.
Azure SDK for C is an API designed for embedded development, assisting applications to connect their MQTT client to the Microsoft Azure IoT services.
It shall be preferred over previous libraries for connecting to Microsoft Azure IoT:
- azure-iot-arduino
- azure-iot-arduino-utility
- azure-iot-arduino-protocol-http
- azure-iot-arduino-protocol-mqtt
- azure-iot-arduino-socket-esp32-wifi
For questions or filing issues please refer to the Azure SDK for C repo.
Release Notes
- Added sample for ESPRESSIF ESP32 Azure IoT Kit board to connect to Azure IoT Central.
- Added sample for ESPRESSIF ESP32 board to connect to Azure IoT Central.
- Merged fixes from community for existing samples.
Initial beta release of the new Arduino library for Azure SDK for C
This new library maps to the new Azure SDK for C that is designed for
embedded development, published on https://github.com/azure/azure-sdk-for-c.
This new azure-sdk-for-c-arduino library shall be preferred over the previous azure-iot-arduino
library and dependencies (azure-iot-arduino-utility,
azure-iot-arduino-protocol-http, azure-iot-arduino-protocol-mqtt,
azure-iot-arduino-socket-esp32-wifi).
For questions, please refer to maintainer of library.