Skip to content

Commit

Permalink
Update aws-crt-cpp submodule to the latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Oct 25, 2023
1 parent 9e2948d commit 722262b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crt/aws-crt-cpp
Submodule aws-crt-cpp updated 42 files
+12 −0 .github/workflows/ci.yml
+19 −0 .github/workflows/handle-stale-discussions.yml
+6 −5 CMakeLists.txt
+1 −1 README.md
+1 −1 VERSION
+7 −7 bin/elasticurl_cpp/CMakeLists.txt
+7 −7 bin/mqtt5_app/CMakeLists.txt
+7 −8 bin/mqtt5_canary/CMakeLists.txt
+4 −1 builder.json
+1 −1 crt/aws-c-auth
+1 −1 crt/aws-c-cal
+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-c-sdkutils
+1 −1 crt/aws-lc
+1 −1 crt/s2n
+3 −2 include/aws/crt/http/HttpRequestResponse.h
+3 −67 include/aws/crt/mqtt/Mqtt5Client.h
+12 −12 include/aws/crt/mqtt/Mqtt5Packets.h
+1 −518 include/aws/crt/mqtt/MqttClient.h
+462 −0 include/aws/crt/mqtt/MqttConnection.h
+130 −0 include/aws/crt/mqtt/MqttTypes.h
+53 −1 include/aws/crt/mqtt/private/Mqtt5ClientCore.h
+395 −0 include/aws/crt/mqtt/private/MqttConnectionCore.h
+10 −5 include/aws/iot/Mqtt5Client.h
+1 −1 include/aws/iot/MqttClient.h
+6 −0 source/iot/Mqtt5Client.cpp
+1 −48 source/mqtt/Mqtt5Client.cpp
+47 −53 source/mqtt/Mqtt5ClientCore.cpp
+18 −18 source/mqtt/Mqtt5Packets.cpp
+19 −824 source/mqtt/MqttClient.cpp
+303 −0 source/mqtt/MqttConnection.cpp
+924 −0 source/mqtt/MqttConnectionCore.cpp
+19 −7 tests/CMakeLists.txt
+2 −1 tests/HostResolverTest.cpp
+477 −9 tests/IotServiceTest.cpp
+551 −100 tests/Mqtt5ClientTest.cpp
+1 −0 tests/resources/suppressions-lsan.txt

0 comments on commit 722262b

Please sign in to comment.