-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update submodules to get latest fixes (#514)
- Loading branch information
1 parent
465ca08
commit 292b555
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule aws-c-iot
updated
3 files
+17 −5 | .github/workflows/ci.yml | |
+1 −1 | source/device_defender.c | |
+5 −16 | source/secure_tunneling.c |
Submodule aws-crt-cpp
updated
22 files
+1 −0 | .github/workflows/lint.yml | |
+19 −0 | README.md | |
+1 −1 | VERSION | |
+0 −2 | codebuild/linux-integration-tests.yml | |
+1 −1 | crt/aws-c-auth | |
+1 −1 | crt/aws-c-common | |
+1 −1 | crt/aws-c-event-stream | |
+1 −1 | crt/aws-c-http | |
+1 −1 | crt/aws-c-io | |
+1 −1 | crt/aws-c-mqtt | |
+1 −1 | crt/aws-c-s3 | |
+1 −1 | crt/aws-checksums | |
+1 −1 | crt/s2n | |
+2 −0 | include/aws/crt/RefCounted.h | |
+2 −2 | include/aws/crt/Types.h | |
+20 −4 | include/aws/iot/Mqtt5Client.h | |
+1 −15 | source/http/HttpRequestResponse.cpp | |
+37 −7 | source/iot/Mqtt5Client.cpp | |
+6 −8 | source/iot/MqttClient.cpp | |
+3 −1 | source/mqtt/MqttClient.cpp | |
+8 −2 | tests/CMakeLists.txt | |
+363 −12 | tests/Mqtt5ClientTest.cpp |