summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-05-02 10:26:29 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-09-03 21:34:40 +0300
commit38e257e4b30f6affadebf60b6c7a0ee0282d9fe3 (patch)
tree63006682500e4bf169ea810a7209bbd0bfc3dea6 /docs
parentf975db3e5e5883d4d15a4513dd3d8d725c4e8428 (diff)
downloadapscheduler-38e257e4b30f6affadebf60b6c7a0ee0282d9fe3.tar.gz
Added async Redis event broker and made the sync one resistant to connectivity failures
Diffstat (limited to 'docs')
-rw-r--r--docs/versionhistory.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 308b5be..7c6e65c 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -4,6 +4,11 @@ Version history
To find out how to migrate your application from a previous version of
APScheduler, see the :doc:`migration section <migration>`.
+**UNRELEASED**
+
+- Added an async Redis event broker
+- Added automatic reconnection to the Redis event brokers (sync and async)
+
**4.0.0a1**
This was a major rewrite/redesign of most parts of the project. See the