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.