Adafruit-circuitpython-minimqtt

Latest version: v8.0.0

Safety actively analyzes 722032 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 19

7.2.1

What's Changed
* add missing logger check by vladak in https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/152


**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/compare/7.2.0...7.2.1

7.2.0

This release implements exponential backoff logic when connecting to MQTT server. Thank you vladak!

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-minimqtt`.

Read the [docs](http://circuitpython.readthedocs.io/projects/minimqtt/en/latest/) for info on how to use it.

7.1.3

Added preliminary type annotations for this library. Thanks vladak!

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-minimqtt`.

Read the [docs](http://circuitpython.readthedocs.io/projects/minimqtt/en/latest/) for info on how to use it.

7.1.2

Updated module to use f-strings instead of `format()`. Thanks vladak!

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-minimqtt`.

Read the [docs](http://circuitpython.readthedocs.io/projects/minimqtt/en/latest/) for info on how to use it.

7.1.1

Removed argument from docstring that no longer exists. Thanks vladak!

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-minimqtt`.

Read the [docs](http://circuitpython.readthedocs.io/projects/minimqtt/en/latest/) for info on how to use it.

7.1.0

This release adds `user_data` argument to the init function. This optional data object will be passed to the mqtt callback functions when they are called.

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-minimqtt`.

Read the [docs](http://circuitpython.readthedocs.io/projects/minimqtt/en/latest/) for info on how to use it.

Page 8 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.