Skip to content

Commit f3d27ac

Browse files
authored
Release 3.11.4 (#9981)
1 parent ee0657d commit f3d27ac

File tree

6 files changed

+31
-5
lines changed

6 files changed

+31
-5
lines changed

CHANGES.rst

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

1111
.. towncrier release notes start
1212
13+
3.11.4 (2024-11-18)
14+
===================
15+
16+
Bug fixes
17+
---------
18+
19+
- Fixed ``StaticResource`` not allowing the ``OPTIONS`` method after calling ``set_options_route`` -- by :user:`bdraco`.
20+
21+
22+
*Related issues and pull requests on GitHub:*
23+
:issue:`9972`, :issue:`9975`, :issue:`9976`.
24+
25+
26+
27+
28+
Miscellaneous internal changes
29+
------------------------------
30+
31+
- Improved performance of creating web responses when there are no cookies -- by :user:`bdraco`.
32+
33+
34+
*Related issues and pull requests on GitHub:*
35+
:issue:`9895`.
36+
37+
38+
39+
40+
----
41+
42+
1343
3.11.3 (2024-11-18)
1444
===================
1545

CHANGES/9895.misc.rst

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

CHANGES/9972.bugfix.rst

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

CHANGES/9975.bugfix.rst

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

CHANGES/9976.bugfix.rst

Lines changed: 0 additions & 1 deletion
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.11.4.dev0"
1+
__version__ = "3.11.4"
22

33
from typing import TYPE_CHECKING, Tuple
44

0 commit comments

Comments
 (0)