Releases: stlehmann/Flask-MQTT
v1.2.0
v1.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
Changed
-
Function enhancement for
unsubscribe_all()
-
Fixed topic population in subscribe() for tuple/list type topics
-
correction on init_app()
contributor: @pg-gooseMqtt.init_app(self, app: Flask, ···)
now assignsapp
toself.app
if this one is None.
1.1.2
1.1.1
Version 1.1.0
Changes
- 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.3
Version 0.0.7
-
100% test coverage
-
critical bugfix for using the extension with the factory pattern, you can now again omit the Flask application object on initialization if you use
-
proper disconnect on calling
Mqtt._disconnect()
Supports Python 2.7
Flask-MQTT now supports Python 2.7 additionally to Python 3.x