summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-09-03 20:27:15 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-09-03 21:34:40 +0300
commit22b41e7bc632ba57ae0a625aec29d616eb87b43b (patch)
treebd9292410f3f169c4f6934b9ff33e2fd77152778 /docs
parent02dd92a159b9ce99fe725949ab955d02f9450a75 (diff)
downloadapscheduler-22b41e7bc632ba57ae0a625aec29d616eb87b43b.tar.gz
Improved the MQTT event broker
* Connection success, failure and disconnection events are now logged * The client parameter is now optional
Diffstat (limited to 'docs')
-rw-r--r--docs/versionhistory.rst1
1 files changed, 1 insertions, 0 deletions
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 <migration>`.
- 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**