Skip to content

Commit 687f060

Browse files
committed
Prepare for v1.3.0 release
1 parent 6c2f3d3 commit 687f060

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ endif()
4343
#############################
4444
# Add SDK Target #
4545
#############################
46-
add_definitions(-DSDK_VERSION_STRING="1.2.0")
46+
add_definitions(-DSDK_VERSION_STRING="1.3.0")
4747

4848
# Create library file. The Client applications MUST link to below target if using this CMake file
4949
set(SDK_TARGET_NAME aws-iot-sdk-cpp)

Changelog.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Change Log
22

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+
331
## [1.2.0](https://github.com/aws/aws-iot-device-sdk-cpp/releases/tag/v1.2.0) (September 26th, 2017)
432

533
Features:

KnownIssues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Known Issues/Limitations
2-
## [1.2.0](https://github.com/aws/aws-iot-device-sdk-cpp/releases/tag/v1.2.0) (September 26th, 2017)
2+
## [1.3.0](https://github.com/aws/aws-iot-device-sdk-cpp/releases/tag/v1.3.0) (Nov 22, 2017)
33

44
### Common
55

0 commit comments

Comments
 (0)