1.2.0-beta.1
Pre-release
Pre-release
1.2.0-beta.1 (2021-07-09)
New Features
- Added a current depth field to the JSON reader.
- Added base64 encoding and decoding APIs that accept
az_span
, available from theazure/core/az_base64.h
header. - Public preview version of a new set of APIs to simplify the experience using Azure IoT Plug and Play. To consume this new feature, the
az::iot::hub
CMake target has been updated. The APIs can be found in the header files:az_iot_hub_client.h
andaz_iot_hub_client_properties.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