Skip to content

Commit 40b8084

Browse files
committedJun 23, 2016
Release of version 2.1.0
1 parent e1d9983 commit 40b8084

File tree

97 files changed

+9249
-1123
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+9249
-1123
lines changed
 

‎CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
#Change Log
2+
## [2.1.0](https://github.com/aws/aws-iot-device-sdk-embedded-C/releases/tag/v2.1.0) (Jun 15, 2016)
3+
4+
New features:
5+
6+
- Added unit tests, further details can be found in the testing readme [here](https://github.com/aws/aws-iot-device-sdk-embedded-c/blob/master/tests/README.md)
7+
- Added sample to demonstrate building the SDK as library
8+
- Added sample to demonstrate building the SDK in C++
9+
10+
Bugfixes/Improvements:
11+
12+
- Increased default value of Maximum Reconnect Wait interval to 128 secs
13+
- Increased default value of MQTT Command Timeout in Shadow Connect to 20 secs
14+
- Shadow null/length checks
15+
- Client Id Length not passed correctly in shadow connect
16+
- Add extern C to headers and source files, added sample to demonstrate usage with C++
17+
- Delete/Accepted not being reported, callback added for delete/accepted
18+
- Append IOT_ to all Debug macros (eg. DEBUG is now IOT_DEBUG)
19+
- Fixed exit on error for subscribe_publish_sample
20+
221
## [2.0.0](https://github.com/aws/aws-iot-device-sdk-embedded-C/releases/tag/v2.0.0) (April 28, 2016)
322

423
New features:

0 commit comments

Comments
 (0)