Skip to content

Commit faa742b

Browse files
authored
Release 3.12.4 (#11078)
1 parent 0abffd5 commit faa742b

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGES.rst

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

1111
.. towncrier release notes start
1212
13+
3.12.4 (2025-05-28)
14+
===================
15+
16+
Bug fixes
17+
---------
18+
19+
- Fixed connector not waiting for connections to close before returning from :meth:`~aiohttp.BaseConnector.close` (partial backport of :pr:`3733`) -- by :user:`atemate` and :user:`bdraco`.
20+
21+
22+
*Related issues and pull requests on GitHub:*
23+
:issue:`1925`, :issue:`11074`.
24+
25+
26+
27+
28+
----
29+
30+
1331
3.12.3 (2025-05-28)
1432
===================
1533

CHANGES/11074.bugfix.rst

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

CHANGES/1925.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"
1+
__version__ = "3.12.4"
22

33
from typing import TYPE_CHECKING, Tuple
44

0 commit comments

Comments
 (0)