Skip to content

Commit dcc0ba2

Browse files
authored
Release 3.12.10 (#11153)
1 parent c1eea5e commit dcc0ba2

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGES.rst

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

1111
.. towncrier release notes start
1212
13+
3.12.10 (2025-06-07)
14+
====================
15+
16+
Bug fixes
17+
---------
18+
19+
- Fixed leak of ``aiodns.DNSResolver`` when :py:class:`~aiohttp.TCPConnector` is closed and no resolver was passed when creating the connector -- by :user:`Tasssadar`.
20+
21+
This was a regression introduced in version 3.12.0 (:pr:`10897`).
22+
23+
24+
*Related issues and pull requests on GitHub:*
25+
:issue:`11150`.
26+
27+
28+
29+
30+
----
31+
32+
1333
3.12.9 (2025-06-04)
1434
===================
1535

CHANGES/11150.bugfix.rst

Lines changed: 0 additions & 3 deletions
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.10.dev0"
1+
__version__ = "3.12.10"
22

33
from typing import TYPE_CHECKING, Tuple
44

0 commit comments

Comments
 (0)