Skip to content

Releases: empicano/aiomqtt

v0.9.0

03 May 08:16
Compare
Choose a tag to compare

Added

Fixed

v0.8.1

23 Feb 09:54
Compare
Choose a tag to compare

Fixed

v0.8.0

09 Nov 20:56
Compare
Choose a tag to compare

Added

  • Add transport argument to Client
    Contributed by @opengs in #21
  • Add clean_session argument to Client
    Contributed by @nadyka in #17

v0.7.0

04 Aug 12:10
Compare
Choose a tag to compare

I've tested the library for production use at SBT Instruments. This uncovered a bunch of bugs and missing features that I've adressed in this release. We are approaching a 1.0.0 release. Let me know if you want something changed before that via the issue tracker on GitHub.

Added

  • Add support for MQTTv5.
  • Add will keyword argument to Client.
  • Add MqttConnectError with specific error messages for connection failures.
  • Add Client.id property that returns the client ID (or None if the client ID was not specified during construction).

Fixed

  • Fix unhandled exception error.
  • Fix "Task was destroyed but it is pending" error.
  • Fix compatibility with asyncqt's event loop.
  • Fix race condition in Client.connect that raised an AttributeError.
  • Fix "[asyncio] Future exception was never retrieved" debug message.
  • Fix support for python 3.6. Contributed by Derrick Lyndon Pallas (@pallas) in #12