Changelog --------- 0.10.0 - [unreleased] --------------------- * first release under new package name: amqtt * reworked unit tests * dropped support for python3.5 and earlier * added support for python3.8 and 3.9 * Pass in loop to PluginManager, from https://github.com/beerfactory/hbmqtt/pull/126 * Fixes taboo topic checking without session username, from https://github.com/beerfactory/hbmqtt/pull/151 * Move scripts module into hbmqtt module, from https://github.com/beerfactory/hbmqtt/pull/167 * Download mosquitto certificate on the fly 0.9.5 ..... * fix `more issues `_ * fix a `few issues `_ 0.9.2 ..... * fix a `few issues `_ 0.9.1 ..... * See commit log 0.9.0 ..... * fix a `serie of issues `_ * improve plugin performance * support Python 3.6 * upgrade to ``websockets`` 3.3.0 0.8.0 ..... * fix a `serie of issues `_ 0.7.3 ..... * fix deliver message client method to raise TimeoutError (`#40 `_) * fix topic filter matching in broker (`#41 `_) Version 0.7.2 has been jumped due to troubles with pypi... 0.7.1 ..... * Fix `duplicated $SYS topic name `_ . 0.7.0 ..... * Fix a `serie of issues `_ reported by `Christoph Krey `_ 0.6.3 ..... * Fix issue `#22 `_. 0.6.2 ..... * Fix issue `#20 `_ (``mqtt`` subprotocol was missing). * Upgrade to ``websockets`` 3.0. 0.6.1 ..... * Fix issue `#19 `_ 0.6 ... * Added compatibility with Python 3.5. * Rewritten documentation. * Add command-line tools :doc:`references/hbmqtt`, :doc:`references/hbmqtt_pub` and :doc:`references/hbmqtt_sub`.