Adafruit-circuitpython-minimqtt

Latest version: v7.10.5

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

Scan your dependencies

Page 14 of 17

3.2.1

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.

3.2.0

This release:
* https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/42 Allows publishing for payloads larger than 127 bytes to a MQTT broker.
* Adds a more verbose error for publishing with a QoS of 2 (unsupported by this client library).

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.

3.1.1

This release:
* https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/41 Fixes library file inclusion path in code examples.

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.

3.1.0

This release adds:
* `add_topic_callback` method: Registers a callback_method for a specific MQTT topic.
* `remove_topic_callback` method: Removes a registered callback method
* [Usage example](https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/blob/master/examples/minimqtt_pub_sub_blocking_topic_callbacks.py)

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.

3.0.0

This release adds:
* **BREAKING**: `last_will` method renamed to `will_set` to mirror Paho-MQTT.
* `message` kwarg changed to `payload`
* LWT properties set in init instead of directly calling `will_set`
* https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/36 Updates to the `will_set` method to correctly set payload data as bytes.

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.

2.3.1

This release adds:
* https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/34 Updated cellular examples for FONA library


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 14 of 17

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.