Skip to content

Commit 9d9a3cc

Browse files
committed
Merge branch '3.11' into 3.12
2 parents 94924a3 + 6f09c51 commit 9d9a3cc

File tree

5 files changed

+53
-7
lines changed

5 files changed

+53
-7
lines changed

CHANGES.rst

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

1111
.. towncrier release notes start
1212
13+
3.11.13 (2025-02-24)
14+
====================
15+
16+
Bug fixes
17+
---------
18+
19+
- Removed a break statement inside the finally block in :py:class:`~aiohttp.web.RequestHandler`
20+
-- by :user:`Cycloctane`.
21+
22+
23+
*Related issues and pull requests on GitHub:*
24+
:issue:`10434`.
25+
26+
27+
28+
- Changed connection creation to explicitly close sockets if an exception is raised in the event loop's ``create_connection`` method -- by :user:`top-oai`.
29+
30+
31+
*Related issues and pull requests on GitHub:*
32+
:issue:`10464`.
33+
34+
35+
36+
37+
Packaging updates and notes for downstreams
38+
-------------------------------------------
39+
40+
- Fixed test ``test_write_large_payload_deflate_compression_data_in_eof_writelines`` failing with Python 3.12.9+ or 3.13.2+ -- by :user:`bdraco`.
41+
42+
43+
*Related issues and pull requests on GitHub:*
44+
:issue:`10423`.
45+
46+
47+
48+
49+
Miscellaneous internal changes
50+
------------------------------
51+
52+
- Added human-readable error messages to the exceptions for WebSocket disconnects due to PONG not being received -- by :user:`bdraco`.
53+
54+
Previously, the error messages were empty strings, which made it hard to determine what went wrong.
55+
56+
57+
*Related issues and pull requests on GitHub:*
58+
:issue:`10422`.
59+
60+
61+
62+
63+
----
64+
65+
1366
3.11.12 (2025-02-05)
1467
====================
1568

CHANGES/10422.misc.rst

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

CHANGES/10423.packaging.rst

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

CHANGES/10434.bugfix.rst

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

CHANGES/10464.bugfix.rst

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

0 commit comments

Comments
 (0)