Flask-mqtt

Latest version: v1.2.1

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

Scan your dependencies

Page 1 of 4

1.2.0

Added
* Github action for continuous integration.

The workflow installs Python dependencies, run tests and lint with a single version of Python
For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

* connect to multiple MQTT servers

Added support for connecting to multiple MQTT servers. For more information, follow this [link](https://github.com/stlehmann/Flask-MQTT/blob/d362514245c98cd57a301341c88c5cebb6a2a52b/README.md?plain=1#L127)

Changed

* [Test coverage and CI integration for multiple MQTT servers](https://github.com/stlehmann/Flask-MQTT/commit/c7be57c54f99d7fbbde76b7e4a8eed48c4ae60d3)

* Function enhancement for [`unsubscribe_all()`](https://github.com/stlehmann/Flask-MQTT/commit/e86a22084138ee7615e46c951ad01647a2db0315)

* [Fixed topic population in subscribe() for tuple/list type topics](https://github.com/stlehmann/Flask-MQTT/commit/9d6c2e99db769476f08a3c6cfdaf9bbc6ddca2f2)

* [correction on init_app()](https://github.com/stlehmann/Flask-MQTT/commit/f889437de6a1cbef2cde093c1f94d3785a43d179)

`Mqtt.init_app(self, app: Flask, ···)` now assigns `app` to `self.app` if this one is None.

* Dependabot updates
Removed

1.1.2

Added

Changed
* fixed issue [76](https://github.com/stlehmann/Flask-MQTT/issues/76)
* [77](https://github.com/stlehmann/Flask-MQTT/pull/77) Pass client id to MQTT client

Removed

1.1.1

Added

Changed

Removed
* [43](https://github.com/stlehmann/Flask-MQTT/issues/43) Remove reconnect for
publish function. If you want to reconnect to server check the return value for
MQTT_ERR_NO_CONN and call reconnect function.

1.1.0

* drop support for Python 2.7 and Python <= 3.5
* use type-annotations and variable type annotations
* include mypy type check in travis ci

1.0.7

* optional support for async mqtt loop
* include Python 3.7 and 3.8 in ci

1.0.6

* do not install typing when using Python >= 3.5 [cekk]
* omit verbose logging messages

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.