Skip to content

Commit 2be611a

Browse files
authored
Release 3.11.18 (#10773)
1 parent 58b512c commit 2be611a

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

CHANGES.rst

+28
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,34 @@
1010

1111
.. towncrier release notes start
1212
13+
3.11.18 (2025-04-20)
14+
====================
15+
16+
Bug fixes
17+
---------
18+
19+
- Disabled TLS in TLS warning (when using HTTPS proxies) for uvloop and newer Python versions -- by :user:`lezgomatt`.
20+
21+
22+
*Related issues and pull requests on GitHub:*
23+
:issue:`7686`.
24+
25+
26+
27+
- Fixed reading fragmented WebSocket messages when the payload was masked -- by :user:`bdraco`.
28+
29+
The problem first appeared in 3.11.17
30+
31+
32+
*Related issues and pull requests on GitHub:*
33+
:issue:`10764`.
34+
35+
36+
37+
38+
----
39+
40+
1341
3.11.17 (2025-04-19)
1442
====================
1543

CHANGES/10764.bugfix.rst

-3
This file was deleted.

CHANGES/7686.bugfix.rst

-1
This file was deleted.

aiohttp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.11.18.dev0"
1+
__version__ = "3.11.18"
22

33
from typing import TYPE_CHECKING, Tuple
44

0 commit comments

Comments
 (0)