Files
esp-protocols/components/esp_mqtt_cxx/CHANGELOG.md
Euripedes Rocha c714d24d75 bump(mqtt_cxx): 0.3.0 -> 0.4.0
0.4.0
Bug Fixes
- Adds missing configuration fields (d4c6d5ed)
2024-06-18 12:49:02 +02:00

2.3 KiB

Changelog

0.4.0

Bug Fixes

  • Adds missing configuration fields (d4c6d5ed)

0.3.0

Bug Fixes

  • Incorrect documentation link (aa4e9d57)
  • reference protocol_examples_common from IDF (e6c0538d)
  • specify override_path in example manifest files (fa005c63)

0.2.0

Features

  • configure client authentication via certificate/key or secure element (ee09ff4)

Bug Fixes

  • removed Wno-format flag and fixed formatting warnings (c48e442)
  • Removes meaningless printf on subscribed handler (#358) (bac742d, #356)
  • Removes unused type for configuration (839c79d)
  • added idf_component.yml for examples (d273e10)
  • Reintroduce missing CHANGELOGs (200cbb3, #235)

Updated

  • docs(common): updated component and example links (f48d9b2)
  • docs(esp_mqtt_cxx): updated documentation and deployment file (a547ec8)
  • docs(common): improving documentation (ca3fce0)
  • Add homepage URL and License to all components (ef3f0ee)

0.1.0

Updated

  • Adds esp_mqtt_cxx component (1407dfc)