|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [1.3.0](https://github.com/aws/aws-iot-device-sdk-cpp/releases/tag/v1.3.0) (Nov 22, 2017) |
| 4 | + |
| 5 | +Features: |
| 6 | + - [#21](https://github.com/aws/aws-iot-device-sdk-cpp/issues/21) - add reconnect and resubscribe callback |
| 7 | + |
| 8 | +Bugfixes/Improvements: |
| 9 | + - Fixed Issues: |
| 10 | + - [#5](https://github.com/aws/aws-iot-device-sdk-cpp/issues/5) - openssl wrapper gets stuck if client is started before network is ready |
| 11 | + - [#44](https://github.com/aws/aws-iot-device-sdk-cpp/issues/44) - SDK fails to build with OpenSSL 1.1.0 |
| 12 | + - [#46](https://github.com/aws/aws-iot-device-sdk-cpp/issues/46) - MAX_RW_BUF_LEN not large enough for WebSocketConnection::WssHandshake |
| 13 | + - [#47](https://github.com/aws/aws-iot-device-sdk-cpp/issues/47) - Fix memory leak in OpenSSL when connect fails |
| 14 | + - [#52](https://github.com/aws/aws-iot-device-sdk-cpp/issues/52) - Fix for shadow crash when server document does not have all keys required |
| 15 | + - [#54](https://github.com/aws/aws-iot-device-sdk-cpp/issues/54) - Fix for comparison always being false due to limited range of data type |
| 16 | + - Removed redundant comments |
| 17 | + - Set correct packet ID for resubscribe packets in keepalive |
| 18 | + - updated default keepalive to 600 seconds |
| 19 | + - updated SDK metrics string |
| 20 | + - Included pull requests: |
| 21 | + - [#6](https://github.com/aws/aws-iot-device-sdk-cpp/pull/6) - Add res_init() call to update resolv.conf in glibc |
| 22 | + - [#19](https://github.com/aws/aws-iot-device-sdk-cpp/pull/19) - use version independent TLS method as TLSv1_2_method is deprecated |
| 23 | + - [#27](https://github.com/aws/aws-iot-device-sdk-cpp/pull/27) - update include |
| 24 | + - [#39](https://github.com/aws/aws-iot-device-sdk-cpp/pull/39) - Implement static Shadow method GetEmptyShadowDocument |
| 25 | + - [#40](https://github.com/aws/aws-iot-device-sdk-cpp/pull/40) - Do not add std::chrono::milliseconds to std::chrono::time_point |
| 26 | + - [#43](https://github.com/aws/aws-iot-device-sdk-cpp/pull/43) - Fill in context data for disconnect callback |
| 27 | + - [#45](https://github.com/aws/aws-iot-device-sdk-cpp/pull/45) - Allow SDK to work with OpenSSL 1.1.0 |
| 28 | + - [#53](https://github.com/aws/aws-iot-device-sdk-cpp/pull/53) - Remove extra semicolons as they appear as warnings in clang -wpedantic |
| 29 | + |
| 30 | + |
3 | 31 | ## [1.2.0](https://github.com/aws/aws-iot-device-sdk-cpp/releases/tag/v1.2.0) (September 26th, 2017) |
4 | 32 |
|
5 | 33 | Features: |
|
0 commit comments