2015-11-04 13:32:40 +00:00
Changelog
---------
2021-03-13 17:19:59 +00:00
0.10.0 - [unreleased]
---------------------
2021-03-13 15:16:24 +00:00
* 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
2018-11-09 17:16:55 +00:00
0.9.5
.....
* fix `more issues <https://github.com/beerfactory/hbmqtt/milestone/11?closed=1> `_
* fix a `few issues <https://github.com/beerfactory/hbmqtt/milestone/10?closed=1> `_
2018-03-07 08:52:18 +00:00
0.9.2
.....
* fix a `few issues <https://github.com/beerfactory/hbmqtt/milestone/9?closed=1> `_
2017-10-12 16:57:23 +00:00
0.9.1
.....
* See commit log
2017-06-02 19:46:54 +00:00
0.9.0
.....
* fix a `serie of issues <https://github.com/beerfactory/hbmqtt/milestone/8?closed=1> `_
* improve plugin performance
* support Python 3.6
* upgrade to `` websockets `` 3.3.0
2016-11-27 19:52:26 +00:00
0.8.0
.....
* fix a `serie of issues <https://github.com/beerfactory/hbmqtt/milestone/7?closed=1> `_
2016-05-31 20:26:18 +00:00
0.7.3
2016-05-31 19:59:26 +00:00
.....
* fix deliver message client method to raise TimeoutError (`#40 <https://github.com/beerfactory/hbmqtt/issues/40> `_ )
* fix topic filter matching in broker (`#41 <https://github.com/beerfactory/hbmqtt/issues/41> `_ )
2016-05-31 20:26:18 +00:00
Version 0.7.2 has been jumped due to troubles with pypi...
2016-05-07 05:26:10 +00:00
0.7.1
.....
* Fix `duplicated $SYS topic name <https://github.com/beerfactory/hbmqtt/issues/37> `_ .
2016-05-04 21:00:34 +00:00
0.7.0
.....
* Fix a `serie of issues <https://github.com/beerfactory/hbmqtt/issues?q=milestone%3A0.7+is%3Aclosed> `_ reported by `Christoph Krey <https://github.com/ckrey> `_
2016-03-12 21:01:59 +00:00
0.6.3
.....
* Fix issue `#22 <https://github.com/beerfactory/hbmqtt/issues/22> `_ .
2016-03-06 20:51:00 +00:00
0.6.2
.....
* Fix issue `#20 <https://github.com/beerfactory/hbmqtt/issues/20> `_ (`` mqtt `` subprotocol was missing).
* Upgrade to `` websockets `` 3.0.
0.6.1
.....
* Fix issue `#19 <https://github.com/beerfactory/hbmqtt/issues/19> `_
2015-11-04 13:32:40 +00:00
0.6
...
* Added compatibility with Python 3.5.
2015-11-06 21:47:12 +00:00
* Rewritten documentation.
* Add command-line tools :doc: `references/hbmqtt` , :doc: `references/hbmqtt_pub` and :doc: `references/hbmqtt_sub` .