You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,26 @@
10
10
11
11
.. towncrier release notes start
12
12
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`).
0 commit comments