Releases: alexCajas/EmbeddedMqttBroker
v2.0.12-qos
Fixed platformio dependencies, correct dependencies:
https://github.com/ESP32Async/ESPAsyncWebServer/
https://github.com/ESP32Async/AsyncTCP
v2.0.11-qos0
- Little fix for platformio.ini
- Little fix for websocket example
- update readme.md
V2.0.10-qos0
fix arduino libary dependencies
v2.0.9-qos0
fixed library.properties dependencies
V2.0.8-qos0
Major Update (Release)
The MQTT broker is now fully asynchronous, supporting both TCP and WebSockets. This is the high-performance version for the ESP32.
Version Compatibility:
- The previous synchronous version has been moved to the
esp8266RTOSbranch. All memory lacks are fixed to. - That branch (
esp8266RTOS) is for ESP8266 users or anyone requiring the synchronous model on the ESP32.
V1.0.8-qos0
Fixed memory lacks for execptional use case of WiFiClient.
V1.0.7-qos0
Fix issue #8, merory leack.
V1.0.6-qos0
Added compatibility with esp8266. It is needed to use esp8266 rtos ardu core
V1.0.5-qos0
This relase include support for Mqtt 3.1.1 and QOS 0.
Fix compatibility with android eclipse paho mqtt client library
Fix two first loses characters when client uses qos > 0
Add esp32-hal-log.h library to use Logging outputs.
Added info of how to see outputs in examples.