Skip to content

Latest commit

 

History

History
93 lines (62 loc) · 2.48 KB

changelog.rst

File metadata and controls

93 lines (62 loc) · 2.48 KB

Changelog

0.10.1 - 2022-04-29

  • Fixed a major bug in plugin api, see #92

0.10.0 - 2021-08-04

  • 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 njouanin/hbmqtt#126
  • Fixes taboo topic checking without session username, from njouanin/hbmqtt#151
  • Move scripts module into hbmqtt module, from njouanin/hbmqtt#167
  • Download mosquitto certificate on the fly
  • importing hbmqtt is deprecated, use amqtt
  • Security fix: If an attacker could produce a KeyError inside an authentication plugin, the authentication was accepted instead of rejected

0.9.5

0.9.2

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

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

0.7.0

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