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 3df3ab5 commit 2002b9dCopy full SHA for 2002b9d
CHANGES.rst
@@ -10,6 +10,25 @@
10
11
.. towncrier release notes start
12
13
+3.12.3 (2025-05-28)
14
+===================
15
+
16
+Bug fixes
17
+---------
18
19
+- Fixed memory leak in :py:meth:`~aiohttp.CookieJar.filter_cookies` that caused unbounded memory growth
20
+ when making requests to different URL paths -- by :user:`bdraco` and :user:`Cycloctane`.
21
22
23
+ *Related issues and pull requests on GitHub:*
24
+ :issue:`11052`, :issue:`11054`.
25
26
27
28
29
+----
30
31
32
3.12.2 (2025-05-26)
33
===================
34
CHANGES/11052.bugfix.rst
CHANGES/11054.bugfix.rst
aiohttp/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "3.12.3.dev0"
+__version__ = "3.12.3"
2
3
from typing import TYPE_CHECKING, Tuple
4
0 commit comments