From 22b41e7bc632ba57ae0a625aec29d616eb87b43b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sat, 3 Sep 2022 20:27:15 +0300 Subject: Improved the MQTT event broker * Connection success, failure and disconnection events are now logged * The client parameter is now optional --- docs/versionhistory.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index 4c91c58..7f997f1 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -12,6 +12,7 @@ APScheduler, see the :doc:`migration section `. - Replaced ``from_asyncpg_pool()`` with ``from_dsn()`` in the asyncpg event broker - Changed ``from_async_sqla_engine()`` in asyncpg event broker to only copy the connection options instead of directly using the engine +- Simplified the MQTT event broker by providing a default ``client`` instance if omitted **4.0.0a1** -- cgit v1.2.1