1.1.0-beta.2
Pre-release
Pre-release
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.