Releases: paclema/MQTTClient
Releases · paclema/MQTTClient
MQTTClient v1.1.0
MQTTClient v1.0.2
Changes
- Fix and refactor MQTT client configuration to align with ESP-IDF v5.5+ standards
Full Changelog: v1.0.1...v1.0.2
MQTTClient v1.0.1
Changes
- Fix release workflow replacing checkout to v4 and adding default GITHUB_TOKEN
Full Changelog: v1.0.0...v1.0.1
MQTTClient v0.3.0
Changes
- Bump MQTTClient on examples to v0.2.0
- Removed unnecessary break line in log message
- Include ESP_LOGE, ESP_LOGD and ESP_LOGV definitions for esp8266 logging
- Add MQTTClient::getMQTTClientId method
- Fix topic subscription information during MQTTClient::addTopicSub when the client is connected
Full Changelog: v0.2.0...v0.3.0
MQTTClient v0.2.0
Changes
- Include examples information into README
- Add basic_class_with_mqtt_WebConfigServer to PlatformIO examples
- Fix issues #2 and #9. Only add topic to subscription topic list if it does not exist yet
- Add MQTTClientCallback::onTopicUpdate to inform for topic subscription new change updates
- Include topic subscription status feedback for esp8266 on topic subscription result
- Remove base_topic_pub auto subscription for esp8266 target
- Fix client callback instance for esp8266 onTopicUpdate and onSubscribed calls
- Add ESP8266Log.h to keep ESP32 logs compability
- Initialize lastTopicId on mqtt connect for esp8266
- Fix compare_versions checking the correct empty second argument
Full Changelog: v0.1.1...v0.2.0
MQTTClient v0.1.1
MQTTClient v0.1.0
Changes
- Fix configuring Mqtt debug message
- Fix return for getTopicSub method when the topic was not found
- Change mqtt_client_event_data.data_len to size_t
- Fix string debug message format
- Remove conflicting defines for esp8266
- Remove WebConfigServer from basic_class_with_mqtt and update example with latest version
- Add basic_class_with_mqtt_WebConfigServer example
- Exclude .github folder for pio pkg
Full Changelog: v0.0.8...v0.1.0