v0.9.0
Added
-
Add type hints. Contributed by Ellis Percival (@flyte) #37
-
Add the
keepalive
,bind_address
,bind_port
,clean_start
,properties
arguments. Contributed by Marcin Jaworski (@yawor) in #56
Fixed
-
Fix Python 3.6 compatibility. Contributed by (@fipwmaqzufheoxq92ebc) in #57.
Note that asyncio-mqtt officially targets Python 3.7. Compatibility with 3.6 is community-driven. -
Fix "Broken pipe" error. Contributed by Gilbert (@gilbertsmink) in #55
-
Fix socket check when you select the WebSocket transport. Contributed by Robert Chmielowiec (@chmielowiec) in #54
-
Fix
TypeError
on invalid username and password combination -
Check that _misc_task is not None before trying to cancel it. Contributed by Ellis Percival (@flyte) in #41
-
Fix exception in
on_socket_open
: Non-thread-safe operation invoked on an event loop other than the current one. Contributed by Ellis Percival (@flyte) in #40