Skip to content

1.1.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 12 Nov 00:39
c305408

1.1.0-beta.2 (2020-11-11)

New Features

  • Public preview version of a new set of APIs to simplify the experience using IoT Plug and Play. To consume this new feature, a new CMake target has been added az::iot::pnp. The APIs can be found in its header file: az_iot_pnp_client.h.
  • New samples showing how to consume the new IoT Plug and Play APIs:
    • paho_iot_pnp_component_sample.c
    • paho_iot_pnp_sample.c
    • paho_iot_pnp_with_provisioning_sample.c

Bug Fixes

  • [#1472] Fix az_iot_message_properties_next() when the buffer in which the properties were kept was bigger than the length of characters in the buffer.

Other Changes and Improvements

  • [#1473] Add remote server certificate validation on paho and ESP8266 samples.
  • [#1449] Add basic reconnection capability for the ESP8266 sample.
  • [#1490] Fix static analyzer flagging of non-checked return value in az_iot_hub_client_c2d_parse_received_topic().