From f4e8c3a0242b082fa1ca6ed5c78094f8de5ba439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Mon, 15 Feb 2021 00:32:33 +0200 Subject: Implemented data store sharing and proper async support --- docs/versionhistory.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index 5700b3d..264a0ab 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -7,9 +7,13 @@ APScheduler, see the :doc:`migration section `. UNRELEASED ---------- +* Added shareable data stores (can be used by multiple schedulers and workers) +* Added support for running workers independently from schedulers +* Added full async support via AnyIO_ (data store support varies) * Dropped support for Python 2.X, 3.5 and 3.6 * Removed the Qt scheduler due to maintenance difficulties +.. _AnyIO: https://github.com/agronholm/anyio 3.7.0 ----- -- cgit v1.2.1