Skip to content

LTS_07_2021_Ref01

Compare
Choose a tag to compare
@momuno momuno released this 09 Sep 20:15
808a559

Package versions:

Apt/Debian:
(No longer supported)

vcpkg:
Port: azure-iot-sdk-c
Version: 2021-09-09

Long-term support (LTS) release 07_2021 of Azure IoT C SDK, published on 08/11/2021.
For details about LTS branches, please see our documentation.

C Device SDK

  • Code version: 1.7.0
  • Updated certificate support and information (#2025, #1979, #1971, #1856, #1832)
  • Removed support for binary releases, including APT and NuGet (#1933)
  • Added support to send async responses for C2D messages (#1994)
  • Added support for file upload network interface (#1884)
  • Added reconnect for AMQP when CONNECTION_STATE_CLOSE_RCVD (#1960)
  • Updated Edge input message MQTT topic subscription from QoS 0 to 1. (#1876)
  • Increased blob upload size (#2014)
  • Fixed upload long Blob using mbed TLS + compact (#2004)
  • Fixed proxy port for provisioning client with AMQP-WS (#2002)
  • Fixed certGen.sh (#1864, #1862)
  • Rewrote MQTT PUBLISH topic parser for C2D / IoT Edge parsing (#1756)
  • Updated builds (#2015, #1948, #1846)
  • Updated CMake to 3.17.5 (#1847, #1941)
  • Updated Raspberry Pi requirements (#2013)
  • Updated TLS requirements (#1926)

c-shared-utility

  • Added support for OpenSSL IP Address SAN validation (#522)
  • Added support of TLS renegotiation options (#521)
  • Added support to compile uuid for Azure Sphere (#519)
  • Added support for file upload network interface (#516)
  • Fixed upload long Blob using mbed TLS + compact (#541)
  • Fixed proxy with wolfSSL and MQTT/WS (#504)
  • Fixed segfault when using wolfSSL and MQTT/WS (#496)
  • Fixed build break for gcc11 (#552)

umqtt-c

  • Added support for async PUBACK (#120)

uamqp-c

  • Updated amqp_management and cbs to return async_operation_handles (#387)
  • Fixed flow control to be based off message instead of transfer frame (#383)