summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-09-03 13:42:45 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-09-03 21:34:40 +0300
commit02dd92a159b9ce99fe725949ab955d02f9450a75 (patch)
treefaf39e3efb939786d88832de89ea9b0e4515c50b /docs
parent38e257e4b30f6affadebf60b6c7a0ee0282d9fe3 (diff)
downloadapscheduler-02dd92a159b9ce99fe725949ab955d02f9450a75.tar.gz
Improved the asyncpg event broker
* It now recovers from a server disconnection * Replaced from_asyncpg_pool() with from_dsn() * Only copy the connection options from the async engine in from_async_sqla_engine()
Diffstat (limited to 'docs')
-rw-r--r--docs/versionhistory.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 7c6e65c..4c91c58 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -8,6 +8,10 @@ APScheduler, see the :doc:`migration section <migration>`.
- 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
**4.0.0a1**