We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01db639 commit 7ef00b7Copy full SHA for 7ef00b7
CHANGES.rst
@@ -5,6 +5,13 @@ CHANGES
5
.. towncrier release notes start
6
7
8
+2.2.0 (2026-02-20)
9
+==================
10
+
11
+- Added a ``jitter`` parameter to randomise TTL.
12
+- Raise ``RuntimeError`` when cache is used by different loop.
13
14
15
2.1.0 (2026-01-17)
16
==================
17
async_lru/__init__.py
@@ -32,7 +32,7 @@
32
from asyncio.coroutines import _is_coroutine # type: ignore[attr-defined]
33
34
35
-__version__ = "2.1.0"
+__version__ = "2.2.0"
36
37
__all__ = ("alru_cache",)
38
0 commit comments