Skip to content

Commit d637ec9

Browse files
committed
Merge branch '3.12'
2 parents 06db052 + 710b64e commit d637ec9

File tree

6 files changed

+40
-7
lines changed

6 files changed

+40
-7
lines changed

CHANGES.rst

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

1111
.. towncrier release notes start
1212
13+
3.11.15 (2025-03-31)
14+
====================
15+
16+
Bug fixes
17+
---------
18+
19+
- Reverted explicitly closing sockets if an exception is raised during ``create_connection`` -- by :user:`bdraco`.
20+
21+
This change originally appeared in aiohttp 3.11.13
22+
23+
24+
*Related issues and pull requests on GitHub:*
25+
:issue:`10464`, :issue:`10617`, :issue:`10656`.
26+
27+
28+
29+
30+
Miscellaneous internal changes
31+
------------------------------
32+
33+
- Improved performance of WebSocket buffer handling -- by :user:`bdraco`.
34+
35+
36+
*Related issues and pull requests on GitHub:*
37+
:issue:`10601`.
38+
39+
40+
41+
- Improved performance of serializing headers -- by :user:`bdraco`.
42+
43+
44+
*Related issues and pull requests on GitHub:*
45+
:issue:`10625`.
46+
47+
48+
49+
50+
----
51+
52+
1353
3.11.14 (2025-03-16)
1454
====================
1555

CHANGES/10464.bugfix.rst

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

CHANGES/10601.misc.rst

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

CHANGES/10617.bugfix.rst

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

CHANGES/10625.misc.rst

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

CHANGES/10656.bugfix.rst

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

0 commit comments

Comments
 (0)