From 54d7534a03c0d3c01b98cb3f730e4f06cbf895e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sun, 4 Sep 2022 21:46:47 +0300 Subject: Marked removal of from_asyncpg_pool() as a breaking change --- docs/versionhistory.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index 103daf6..a26e82c 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -9,10 +9,11 @@ APScheduler, see the :doc:`migration section `. - **BREAKING** Changed the scheduler API to always require a call to either ``run_until_stopped()`` or ``start_in_background()`` to start the scheduler (using it as a context manager is no longer enough) +- **BREAKING** Replaced ``from_asyncpg_pool()`` with ``from_dsn()`` in the asyncpg event + broker - Added an async Redis event broker - Added automatic reconnection to the Redis event brokers (sync and async) - Added automatic reconnection to the asyncpg event broker -- 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 -- cgit v1.2.1