Releases: adafruit/Adafruit_CircuitPython_MiniMQTT
7.4.0 - Loop Timeout Improvement
This release has changed the timeout behavior on loop() function to behave more as expected. Thank you @vladak!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-minimqtt.
Read the docs for info on how to use it.
7.3.2 - Typing Information
This release contains typing information for function arguments and returns. Thank you @vladak!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-minimqtt.
Read the docs for info on how to use it.
7.3.1 - Backoff Test and SUBACK Fix
This release contains a new automated test to validate the backoff functionality and a fix for SUBACK messages. Thank you @vladak!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-minimqtt.
Read the docs for info on how to use it.
7.3.0 TLS On Any Port
This release adds a new argument is_ssl that can be used to enable or disable ssl connection for any port. Also removed an unused internal function. Thank you @vladak!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-minimqtt.
Read the docs for info on how to use it.
7.2.2 - Redo logging to avoid logging guards
What's Changed
Full Changelog: 7.2.1...7.2.2
7.2.1 - Logging guard fix
7.2.0 - Connection Backoff Logic
This release implements exponential backoff logic when connecting to MQTT server. Thank you @vladak!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-minimqtt.
Read the docs for info on how to use it.
7.1.3 - Added preliminary support for type annotations
Added preliminary type annotations for this library. Thanks @vladak!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-minimqtt.
Read the docs for info on how to use it.
7.1.2 - Updated to use f-strings
Updated module to use f-strings instead of format(). Thanks @vladak!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-minimqtt.
Read the docs for info on how to use it.
7.1.1 - Fixed MQTT docstring
Removed argument from docstring that no longer exists. Thanks @vladak!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-minimqtt.
Read the docs for info on how to use it.