You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the changelog and repo version to release 1.1.0. (#1641)
* Update the changelog and repo version to release 1.1.0.
* Add link to pnp feature branch.
* Update azure sdk for c cmake module to point to GA tag.
* Add a note that the SDK doesn't contain any breaking change between
previous GA.
* Add a comma.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,27 @@
1
1
# Release History
2
2
3
-
## 1.1.0-beta.4 (Unreleased)
3
+
## 1.1.0 (2021-03-09)
4
4
5
+
### Breaking Changes
6
+
7
+
- Compared to the previous 1.0.0 release, there are **no** breaking changes.
8
+
- Removed `az_iot_pnp_client.h`, which included some beta APIs related to IoT Plug and Play such as `az_iot_pnp_client()`.
9
+
- These will ship in a future release and will continue to be available as beta from [this feature branch](https://github.com/Azure/azure-sdk-for-c/tree/feature/iot_pnp).
10
+
5
11
### Bug Fixes
6
12
7
13
-[[#1600]](https://github.com/Azure/azure-sdk-for-c/pull/1600) Make sure `az_json_writer_append_json_text()` appends a comma between elements of a JSON array.
8
14
-[[#1580]](https://github.com/Azure/azure-sdk-for-c/pull/1580) Fix build on Ubuntu 18.04 by updating CMake policy and MSVC runtime libraries.
9
15
10
16
## 1.1.0-beta.2 (2020-11-11)
11
17
12
-
### New Features
13
-
14
-
15
18
### Bug Fixes
16
19
17
20
-[[#1472]](https://github.com/Azure/azure-sdk-for-c/pull/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.
18
21
19
22
### Other Changes and Improvements
20
23
21
-
-[[#1473]](https://github.com/Azure/azure-sdk-for-c/pull/1473) Add remove server certificate validation on paho and ESP8266 samples.
24
+
-[[#1473]](https://github.com/Azure/azure-sdk-for-c/pull/1473) Add remote server certificate validation on paho and ESP8266 samples.
22
25
-[[#1449]](https://github.com/Azure/azure-sdk-for-c/pull/1449) Add basic reconnection capability for the ESP8266 sample.
23
26
-[[#1490]](https://github.com/Azure/azure-sdk-for-c/pull/1490) Fix static analyzer flagging of non-checked return value in `az_iot_hub_client_c2d_parse_received_topic()`.
0 commit comments