Skip to content

Commit

Permalink
Update the changelog to introduce the IoT Plug and Play feature and s…
Browse files Browse the repository at this point in the history
…amples (#1824)

* Update the changelog to introduce the IoT Plug and Play feature and samples

* Address PR feedback
  • Loading branch information
ahsonkhan authored Jul 9, 2021
1 parent a4bb9aa commit b0497d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Release History

## 1.2.0-beta.1 (Unreleased)
## 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 the `azure/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` and `az_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

### Bug Fixes

Expand Down

0 comments on commit b0497d7

Please sign in to comment.