1 file changed
+1
-1
lines changedSubmodule aws-crt-cpp updated 33 files
- .github/workflows/ci.yml+12
- .github/workflows/handle-stale-discussions.yml+19
- CMakeLists.txt+5-5
- README.md+1-1
- VERSION+1-1
- bin/elasticurl_cpp/CMakeLists.txt+7-7
- bin/mqtt5_app/CMakeLists.txt+7-7
- bin/mqtt5_canary/CMakeLists.txt+7-8
- builder.json+4-1
- crt/aws-c-common+1-1
- crt/aws-c-mqtt+1-1
- include/aws/crt/http/HttpRequestResponse.h+3-2
- include/aws/crt/mqtt/Mqtt5Client.h+3-67
- include/aws/crt/mqtt/Mqtt5Packets.h+12-12
- include/aws/crt/mqtt/MqttClient.h+1-518
- include/aws/crt/mqtt/MqttConnection.h+462
- include/aws/crt/mqtt/MqttTypes.h+130
- include/aws/crt/mqtt/private/Mqtt5ClientCore.h+51-1
- include/aws/crt/mqtt/private/MqttConnectionCore.h+393
- include/aws/iot/Mqtt5Client.h+10-5
- include/aws/iot/MqttClient.h+1-1
- source/iot/Mqtt5Client.cpp+6
- source/mqtt/Mqtt5Client.cpp+1-48
- source/mqtt/Mqtt5ClientCore.cpp+247-255
- source/mqtt/Mqtt5Packets.cpp+18-18
- source/mqtt/MqttClient.cpp+19-824
- source/mqtt/MqttConnection.cpp+303
- source/mqtt/MqttConnectionCore.cpp+922
- tests/CMakeLists.txt+19-7
- tests/HostResolverTest.cpp+2-1
- tests/IotServiceTest.cpp+477-9
- tests/Mqtt5ClientTest.cpp+551-100
- tests/resources/suppressions-lsan.txt+1
0 commit comments