Skip to content

Commit 2002b9d

Browse files
authored
Release 3.12.3 (#11073)
1 parent 3df3ab5 commit 2002b9d

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGES.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,25 @@
1010

1111
.. towncrier release notes start
1212
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+
1332
3.12.2 (2025-05-26)
1433
===================
1534

CHANGES/11052.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGES/11054.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

aiohttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.12.3.dev0"
1+
__version__ = "3.12.3"
22

33
from typing import TYPE_CHECKING, Tuple
44

0 commit comments

Comments
 (0)