Skip to content

Releases: Azure/azure-iot-middleware-freertos

1.1.0

16 Nov 00:11
cf1a13e
Compare
Choose a tag to compare

Features Added

  • [#281] Add Azure Device Update for IoT Hub, enabling Over-the-Air (OTA) updates for embedded devices.

Other Changes and Improvements

  • [#220] DPS state machine fixes.

1.0.0

28 Sep 21:43
76c74ce
Compare
Choose a tag to compare

Breaking Changes

  • [#201] Move message APIs from azure_iot.h to new azure_iot_message.h. Rename API prefix from AzureIoT_Message to AzureIoTMessage_.

Other Changes and Improvements

  • [#203] Bumped embedded submodule version to 1.2.0.

1.0.0-preview.2

27 Aug 20:27
c3804b2
Compare
Choose a tag to compare
1.0.0-preview.2 Pre-release
Pre-release

Breaking Changes

  • [#170] Updated name of AzureIoTHubClient_GetProperties() API to AzureIoTHubClient_RequestPropertiesAsync().
  • [#170] Updated AzureIoTHubMessageType_t enum value name from eAzureIoTHubPropertiesGetMessage to eAzureIoTHubPropertiesRequestedMessage.
  • [#171] Moved AzureIoT_Base64HMACCalculate() from azure_iot.h to azure_iot_private.h.

Bug Fixes

  • [#166] Fix reported property publish topic creation with correct embedded API.

Other Changes and Improvements

  • [#163] Bumped embedded submodule version to 1.2.0-beta.1.
  • [#167] Embedded return values are now translated to middleware return values to improve debugability.

1.0.0-preview.1

14 Jul 00:16
28b17c6
Compare
Choose a tag to compare
1.0.0-preview.1 Pre-release
Pre-release

This release marks the public preview availability for the Azure IoT middleware for FreeRTOS.