Adafruit-circuitpython-minimqtt

Latest version: v7.7.0

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

Scan your dependencies

Page 13 of 16

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.

2.3.0

This release:

* Patches broker hostname issue (https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/issues/25) requiring broker URL starting with HTTP/HTTPS. Drops dependency for URL prefix.
* Removed `try/except` block which improperly handles IP address strings
* Removed module's `TCP_Mode`/`TLS_Mode` constants in favor of using the interface's `TCP_Mode` or `TLS_MODE`.
* Updated examples to reflect above updates
* Updated `_cellular` and `_ethernet` examples to use MQTT, unencrypted (port `1883`) broker ports.


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.2.1

This release:
* https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/32 Adds examples for using this library with the [Adafruit FONA](https://github.com/adafruit/Adafruit_CircuitPython_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.

2.2.0

This release:
* https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/issues/26 Fixes a bug where the broker string is modified, not allowing `reconnect` to work. Thanks jimbobbennett
* https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/issues/28 Fixes a bug where `reconnect` is stuck in an infinite loop. Thanks jimbobbennett

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 13 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.