Commit Graph

  • 8d44ce5a5a chore(master): release 1.1.0 release-please--branches--master github-actions[bot] 2026-05-29 13:40:14 +00:00
  • 512e943b0c Merge branch 'feat-outbox-host-test' into 'master' MR: Mqtt outbox move and small examples fix See merge request espressif/esp-mqtt!311 master Euripedes Rocha 2026-05-29 15:28:10 +02:00
  • 08615177e3 refactor: Moves outbox to an internal library to improve testing Euripedes Rocha Filho 2026-05-26 15:33:07 +02:00
  • 6cf94c4011 fix: Mqtt examples default broker Euripedes Rocha Filho 2026-05-26 16:23:47 +02:00
  • 044644ed75 Merge branch 'fix/change_back_CI_Docker_images' into 'master' MR: fix: Change CI Images from gitlab to Docker See merge request espressif/esp-mqtt!309 Euripedes Rocha 2026-05-20 16:15:43 +02:00
  • e5cf3d2554 fix: Change CI Images from gitlab to Docker Octavio Godoy 2026-05-15 15:42:53 +02:00
  • 6bd2d6bed4 Merge branch 'feature/gitlab_container_images' into 'master' MR: fix: Update images from Docker to Gitlab container See merge request espressif/esp-mqtt!307 Euripedes Rocha 2026-05-05 18:58:51 +02:00
  • 91988439b5 fix: Update images from Docker to Gitlab container Octavio Godoy 2026-05-05 16:17:17 +02:00
  • 3b238dbc19 Merge branch 'fix-esp-mqtt-client-set-uri' into 'master' MR: fix: Fixed uri inconsistency when updated See merge request espressif/esp-mqtt!306 Euripedes Rocha 2026-05-04 22:17:47 +02:00
  • 736d440361 fix: Fixed uri inconsistency when updated Euripedes Rocha Filho 2026-04-29 14:53:44 +02:00
  • 43d5acc06b Merge branch 'pr-318' into 'master' MR: docs(mqtt): clarify outbox limit (bytes) vs buffer.out_size; add sizing guidance Closes IDFGH-16872 See merge request espressif/esp-mqtt!296 Euripedes Rocha 2026-05-04 11:33:48 +02:00
  • 31185d424a Merge branch 'docs/disconnect_and_error_event_details' into 'master' MR: docs(mqtt): Add explanation of when MQTT_EVENT_DISCONNECTED and MQTT_EVENT_ERROR are dispatched Closes IDFGH-10461 See merge request espressif/esp-mqtt!257 Euripedes Rocha 2026-05-04 10:35:28 +02:00
  • 78ca086c50 Merge branch 'docs/clarify_reconnect_planned_failure' into 'master' MR: docs(mqtt): Clarify that esp_mqtt_client_reconnect fails if client is not waiting for reconnection See merge request espressif/esp-mqtt!253 Euripedes Rocha 2026-04-29 15:06:15 +02:00
  • c4ca04f88c docs: Clarify that esp_mqtt_client_reconnect behaviour Bogdan Kolendovskyy 2025-10-14 16:49:08 +02:00
  • b2df2e4f72 docs(mqtt): clarify outbox limit (bytes) vs buffer.out_size; add sizing guidance dieter 2025-11-28 11:11:32 +01:00
  • a84ecb3653 docs: Clarify when MQTT_EVENT_DISCONNECTED and MQTT_EVENT_ERROR are dispatched Bogdan Kolendovskyy 2025-09-29 16:49:20 +02:00
  • d88fee8fbe Merge branch 'feature/mqtt_return_code' into 'master' MR: feat(mqtt): Provide the user with reason code for UNSUBACK, PUBREC, PUBCOMP See merge request espressif/esp-mqtt!232 Euripedes Rocha 2026-04-28 15:19:46 +02:00
  • f1fc00ca44 feat: Provide reason code in MQTT event Bogdan Kolendovskyy 2026-04-24 14:15:29 +02:00
  • 1d7c28d458 Merge branch 'fix-mqtt5-server-properties' into 'master' MR: feat(mqtt5): Exposes server properties in connect event Closes IDFGH-17315 See merge request espressif/esp-mqtt!304 Euripedes Rocha 2026-04-28 12:10:52 +02:00
  • e121e1b34b feat(mqtt5): Exposes server properties in connect event Euripedes Rocha Filho 2026-04-24 13:55:21 +02:00
  • 996177a46d Merge branch 'pr-320' into 'master' MR: fix(mqtt5): remove in_buffer_length constraint on maximum_packet_size Closes IDFGH-17162 and IDFGH-17158 See merge request espressif/esp-mqtt!305 Euripedes Rocha 2026-04-27 13:52:32 +02:00
  • 619d69529e Merge branch 'pr-329' into 'master' MR: docs: fix documentation link Closes IDFGH-17526 See merge request espressif/esp-mqtt!303 Euripedes Rocha 2026-04-27 13:51:45 +02:00
  • 08f0d26bb3 fix(mqtt5): remove in_buffer_length constraint on maximum_packet_size Dominik Dufner 2026-01-27 17:48:42 +01:00
  • 367a469911 docs: fix documentation link NSBum 2026-04-14 05:33:57 -04:00
  • baf821caf2 Merge branch 'ci-update-github-ci' into 'master' MR: ci: Update github actions configuration See merge request espressif/esp-mqtt!299 Euripedes Rocha 2026-04-24 09:59:10 +02:00
  • 69a15c9b55 ci: Update github actions configuration Euripedes Rocha Filho 2026-04-16 15:04:58 +02:00
  • 3c20fc05d3 Merge branch 'feat/password_special_characters' into 'master' MR: feat: Add support for percent-encoding in password See merge request espressif/esp-mqtt!260 Euripedes Rocha 2026-04-23 18:01:18 +02:00
  • 32df7e27fc feat: Add support for percent-encoding in password and it's corresponding test Bogdan Kolendovskyy 2025-11-19 11:07:55 +01:00
  • 2835fb438c Merge branch 'ci_html_report' into 'master' MR: ci: Add HTML prebuild report See merge request espressif/esp-mqtt!293 Euripedes Rocha 2026-04-23 12:25:56 +02:00
  • 0ea9dcb0f6 ci: Add HTML prebuild report Octavio Godoy 2026-04-09 14:32:31 +02:00
  • f192911f6b Merge branch 'ignore_pydantic_warnings' into 'master' MR: ci: Add missing pydantic warnings See merge request espressif/esp-mqtt!301 Euripedes Rocha 2026-04-22 13:56:55 +02:00
  • 97b58eaded ci: Add missing pydantic warnings Euripedes Rocha Filho 2026-04-22 09:59:36 +02:00
  • 723a74d350 Merge branch 'feature-test-log-component' into 'master' MR: ci: Introduce log capture and matchers See merge request espressif/esp-mqtt!297 Euripedes Rocha 2026-04-22 07:46:17 +02:00
  • 19204c2409 Merge branch 'feat-release-please-config' into 'master' MR: ci: Release Please configuration See merge request espressif/esp-mqtt!298 Euripedes Rocha 2026-04-21 16:49:42 +02:00
  • e0a188b06b ci: Release Please configuration Euripedes Rocha Filho 2026-04-21 15:38:27 +02:00
  • 439c72786a ci: Introduce log capture and matchers Euripedes Rocha Filho 2026-04-17 13:59:00 +02:00
  • 3f62c75781 Merge branch 'feat/mqtt-conformance-infra' into 'master' Euripedes Rocha 2026-04-16 11:13:35 +02:00
  • 37a2e555c5 feat: add mqtt conformance test app Euripedes Rocha Filho 2026-02-09 15:15:23 +01:00
  • 0069d74433 Merge branch 'docs/mqtt_unstable_network_outbox_size' into 'master' Euripedes Rocha 2026-04-15 09:23:39 +02:00
  • ee9472f12f docs: Add advice regarding outbox message pile-up Bogdan Kolendovskyy 2025-10-14 16:51:49 +02:00
  • 2601f7695c Merge branch 'changecomponent' into 'master' Euripedes Rocha 2026-04-07 14:44:20 +02:00
  • 2f956726b4 ci: Modify component for github issues Euripedes Rocha Filho 2026-04-07 12:39:59 +02:00
  • 689a2656a7 Merge branch 'fix/remaining-length-overflow' into 'master' Euripedes Rocha 2026-04-07 12:18:09 +02:00
  • a607c9babc Merge branch 'update_sync-jira' into 'master' Euripedes Rocha 2026-04-07 11:15:41 +02:00
  • ffd44fb424 fix: fix signed integer overflow in remaining length decoding Eun0us 2026-02-10 18:42:35 +01:00
  • 570bbcfde4 ci: Update jira sync github action Euripedes Rocha Filho 2026-03-24 13:56:52 +01:00
  • b4c1b9674a Merge branch 'release-definition' into 'master' Euripedes Rocha 2026-04-02 15:24:42 +02:00
  • 9adb990ae1 ci: Introduce release please for automated release Euripedes Rocha Filho 2026-03-31 12:09:38 +02:00
  • 7d07a6f79d Merge branch 'fix-idf-ci-artifacts' into 'master' Euripedes Rocha 2026-04-02 14:14:14 +02:00
  • 8ed107b794 ci: Remove artifacts from build job template fo idf-ci 1.0.1 Euripedes Rocha Filho 2026-04-01 16:31:05 +02:00
  • 09749751cc Merge branch 'fix-idf-ci-native-artifacts' into 'master' Euripedes Rocha 2026-04-01 09:08:50 +02:00
  • 9ef975c54b ci: Fix idf-ci artifacts path Euripedes Rocha Filho 2026-03-31 15:14:29 +02:00
  • 4cfd15f0a9 Merge branch 'docs-zh-cn' into 'master' Euripedes Rocha 2026-03-27 14:24:29 +01:00
  • 42cce9f86f docs: re-enable zh_CN build Euripedes Rocha Filho 2026-03-27 07:30:23 +01:00
  • 508319a31f Merge branch 'feat/remove_unnecessary_mocks_from_host_test' into 'master' Euripedes Rocha 2026-03-26 13:34:52 +01:00
  • b4703c9c89 ci: Clear unneeded mocks from mqtt host test Bogdan Kolendovskyy 2026-03-25 14:06:45 +01:00
  • b2181a6e9a Merge branch 'fix_actions_permissions' into 'master' Euripedes Rocha 2026-03-23 12:13:58 +01:00
  • 827da7ff23 ci: Fix gH actions permissions Euripedes Rocha Filho 2026-03-20 15:39:39 +01:00
  • 6b0dd4991c Merge branch 'mqtt_update_build_images' into 'master' Euripedes Rocha 2026-03-06 06:46:06 +01:00
  • 4dd566c0ec ci: Add 6.1 as latest build image Octavio Godoy 2026-03-05 16:15:43 +01:00
  • d4dac88fdd Merge branch 'ci-test-reports' into 'master' Euripedes Rocha 2026-03-03 08:38:01 +01:00
  • 0a058845ed ci: add JUnit test reports to test pipeline job template Euripedes Rocha Filho 2026-03-02 09:51:23 +01:00
  • d2343b11ee ci: ignore generated test_child_pipeline.yml Euripedes Rocha Filho 2026-03-02 09:46:29 +01:00
  • d3ab324b42 Merge branch 'fix/esp32p4-tcp-partition' into 'master' Euripedes Rocha 2026-02-27 13:34:55 +01:00
  • 72abeb4063 ci: Move P4 apps to use large partitionc Euripedes Rocha Filho 2026-02-26 17:18:53 +01:00
  • a5695b05f3 Merge branch 'fix/mqtt5_var_len_ub' into 'master' Euripedes Rocha 2026-02-24 13:32:42 +01:00
  • 11f070c685 Merge branch 'feat/add_opaque_ds_driver_support' into 'master' Euripedes Rocha 2026-02-24 12:37:19 +01:00
  • aea4f3ef0d feat: adds support to use PSA opaque DS driver Ashish Sharma 2026-02-05 11:25:36 +08:00
  • 4c0edaf09a Merge branch 'config_clarification' into 'master' Euripedes Rocha 2026-02-04 08:27:03 +01:00
  • 6f155005df Merge branch 'fix/mqtt5_property_disclose' into 'master' Euripedes Rocha 2026-02-03 15:31:46 +01:00
  • e427ebb7ea fix(mqtt5): Sanitize propery len/types to harden mqtt5-msg David Cermak 2026-01-26 12:10:05 +01:00
  • dbc6fed4f6 docs: Clarify defauls on configuation options Euripedes Rocha Filho 2026-02-03 12:01:02 +01:00
  • 7dd8f41615 Merge branch 'fix/build_failure_ssl_ds' into 'master' Euripedes Rocha 2026-02-03 12:30:03 +01:00
  • d289d73fc6 fix(examples): Add nvs_flash dependency explicitly harshal.patil 2026-01-16 10:51:36 +05:30
  • 3c5777d706 fix(mqtt5): Fix UB in variable len processing David Cermak 2025-12-30 15:49:16 +01:00
  • b6e8c65305 Merge branch 'feature/mqtt_provide_client_state' into 'master' Euripedes Rocha 2025-12-09 12:49:07 +01:00
  • 77a875c804 feat: Add API to get MQTT client's status Bogdan Kolendovskyy 2025-10-13 16:13:54 +02:00
  • 55ee628c30 Merge branch 'removes_forward_slash_on_topics' into 'master' Euripedes Rocha 2025-11-26 16:36:43 +01:00
  • 4c57d316c0 fix: Removes forward / from topics in examples and test Euripedes Rocha Filho 2025-11-21 14:30:20 +01:00
  • a85f5c9509 Merge branch 'fix_build_warnings' into 'master' Euripedes Rocha 2025-11-26 14:31:22 +01:00
  • 7011f71e5e ci: Ignore known warnings in CI build Euripedes Rocha Filho 2025-11-26 10:19:09 +01:00
  • 0098278dd1 Merge branch 'github_deploy_fix' into 'master' Euripedes Rocha 2025-11-25 17:26:33 +01:00
  • 1d487dc6ed ci: Change git clone depth to avoid false errors when depoloying Euripedes Rocha Filho 2025-11-25 10:12:15 +01:00
  • c4b2c72e90 Merge branch 'fix_github_deploy' into 'master' Euripedes Rocha 2025-11-24 13:57:28 +01:00
  • cc07c725b1 ci: Deploy correctly to github Euripedes Rocha Filho 2025-10-24 16:44:41 +08:00
  • 4d326ee462 Merge branch 'bugfix/host_test_setup_fix' into 'master' Euripedes Rocha 2025-11-19 16:19:47 +01:00
  • edd88ea9e9 ci: Fix mqtt being unavailable to host test Bogdan Kolendovskyy 2025-11-19 13:41:33 +01:00
  • e8d4b86d1f Merge branch 'fix_github_deploy' into 'master' Rocha Euripedes 2025-10-23 04:39:21 +08:00
  • 59d9239ef3 ci: Fix deploy to github Euripedes Rocha Filho 2025-10-22 16:04:49 +02:00
  • cf779408eb Merge branch 'fix_clean_message_state_before_msg_creation' into 'master' Rocha Euripedes 2025-10-22 20:45:43 +08:00
  • 7f0da30add fix: Prevent control messages to be counted in mqtt5 Euripedes Rocha Filho 2025-10-21 14:16:45 +02:00
  • 260451fe5b Merge branch 'workaround_pydantic_issue' into 'master' Rocha Euripedes 2025-10-15 19:13:24 +08:00
  • 4e03b4d1ca ci: Fix idf ci installation Euripedes Rocha Filho 2025-10-13 15:23:00 +02:00
  • 381e72c918 Merge branch 'move_from_idf' into 'master' Rocha Euripedes 2025-10-01 20:38:56 +08:00
  • 3b1133723c ci: Disable certificate verification for publish tests Euripedes Rocha Filho 2025-10-01 10:24:12 +02:00
  • 71534b1c43 ci: Adds target tests and move to gitlab components Euripedes Rocha Filho 2025-10-01 10:21:02 +02:00
  • 110613a8a6 Merge branch 'ci_build_speed_up' into 'master' Rocha Euripedes 2025-09-29 16:23:57 +08:00
  • 57f729ec66 ci: Makes build parallel to speed up ci Euripedes Rocha Filho 2025-09-28 19:55:31 +02:00
  • 5800ec1b06 Merge branch 'introduce_pre_commit' into 'master' Rocha Euripedes 2025-09-27 04:54:54 +08:00
  • 04f8e3765d chore: Adds pre-commit checks and introduce conventional commits Euripedes Rocha Filho 2025-09-25 15:49:41 +02:00