From 1fc04a032182c2a5a5fe5dc2055afd660fe71f64 Mon Sep 17 00:00:00 2001 From: Euripedes Rocha Date: Mon, 10 Jun 2024 13:38:56 +0200 Subject: [PATCH] change(mqtt): Update esp_mqtt submodule git log --oneline aa6f889fb4f6f743b3a550aa587713aabbdca1fc..cac1552e62b0474c162547b7cce345d7cd1aecfe Detailed description of the changes: * fix: clang analyzer unknown pragma warning - See merge request espressif/esp-mqtt!215 - See commit https://github.com/espressif/esp-mqtt/commit/6bb5a5b * fix: gcc analyzer unknown pragma warning - See merge request espressif/esp-mqtt!214 - See commit https://github.com/espressif/esp-mqtt/commit/b527203 * feat: Moves deletion of expired messages to run at all states - Closes IDFGH-12831 - Closes https://github.com/espressif/esp-mqtt/issues/278 - See commit https://github.com/espressif/esp-mqtt/commit/32dada4 * fix: Handling of state in the outbox for enqueued QoS 0 messages - Closes IDFGH-12829 - Closes https://github.com/espressif/esp-mqtt/issues/276 - See commit https://github.com/espressif/esp-mqtt/commit/739cb2d * fix: Instalation of gcovr in host tests was broken - See merge request espressif/esp-mqtt!211 - See commit https://github.com/espressif/esp-mqtt/commit/6643c49 * Allow to publish using only topic alias on MQTT5 - Closes IDFGH-12735 - Fix: Allow to publish using only topic alias on MQTT5 (espressif/esp-mqtt@0071aca) * refactor: replaced heap mock with Linux-compatible heap component - See merge request espressif/esp-mqtt!208 - See commit https://github.com/espressif/esp-mqtt/commit/8b0b43e * fix: gcc -fanalyzer warnings - See merge request espressif/esp-mqtt!209 - See commit https://github.com/espressif/esp-mqtt/commit/8bc3bff * fix: Use catch from component manager - See merge request espressif/esp-mqtt!210 - See commit https://github.com/espressif/esp-mqtt/commit/53e0cc7 * fix: Fix host test for github ci. - Closes IDF-8883 - See commit https://github.com/espressif/esp-mqtt/commit/b43d93c --- components/mqtt/esp-mqtt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mqtt/esp-mqtt b/components/mqtt/esp-mqtt index aa6f889fb4f..cac1552e62b 160000 --- a/components/mqtt/esp-mqtt +++ b/components/mqtt/esp-mqtt @@ -1 +1 @@ -Subproject commit aa6f889fb4f6f743b3a550aa587713aabbdca1fc +Subproject commit cac1552e62b0474c162547b7cce345d7cd1aecfe