Commit 4fc97e2
authored
update crt to v0.10.1 (#149)
from v0.8.12 to v0.10.1
includes:
- API CHANGE: awscrt.auth.AwsSigningConfig.signed_body_value is now a string instead of an enum.
- API CHANGE: Added check for iOS platform
- BUGFIX: Fixes possible crash If the underlying http_message get destroyed before the destructor of HttpMessage. (which was included by v0.10.0, added it to release note here)
- BUGFIX: Fixes a crash when shutting down an mqtt connection with an incomplete request with no callback from aws-c-mqtt
Co-authored-by: Dengke Tang <dengket@amazon.com>1 parent 6bd68f8 commit 4fc97e2
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule aws-crt-cpp updated 17 files
- CMakeLists.txt+1-1
- aws-common-runtime/aws-c-auth+1-1
- aws-common-runtime/aws-c-cal+1-1
- aws-common-runtime/aws-c-common+1-1
- aws-common-runtime/aws-c-io+1-1
- aws-common-runtime/aws-c-mqtt+1-1
- aws-common-runtime/s2n+1-1
- include/aws/crt/Types.h+1
- include/aws/crt/auth/Sigv4Signing.h+33-11
- include/aws/crt/http/HttpRequestResponse.h+1-2
- source/Types.cpp+6-1
- source/auth/Sigv4Signing.cpp+12-7
- source/http/HttpRequestResponse.cpp+15-8
- source/io/TlsOptions.cpp+16-4
- source/iot/MqttClient.cpp-5
- tests/CMakeLists.txt+1
- tests/Sigv4SigningTest.cpp+46-1
0 commit comments