Skip to content

Commit 623690d

Browse files
authored
Release 3.12.6 (#11103)
1 parent 497df2e commit 623690d

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.6 (2025-05-31)
14+
===================
15+
16+
Bug fixes
17+
---------
18+
19+
- Fixed spurious "Future exception was never retrieved" warnings for connection lost errors when the connector is not closed -- by :user:`bdraco`.
20+
21+
When connections are lost, the exception is now marked as retrieved since it is always propagated through other means, preventing unnecessary warnings in logs.
22+
23+
24+
*Related issues and pull requests on GitHub:*
25+
:issue:`11100`.
26+
27+
28+
29+
30+
----
31+
32+
1333
3.12.5 (2025-05-30)
1434
===================
1535

CHANGES/11100.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.5"
1+
__version__ = "3.12.6"
22

33
from typing import TYPE_CHECKING, Tuple
44

0 commit comments

Comments
 (0)