Skip to content

Commit

Permalink
Release 3.11.4 (#9981)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 19, 2024
1 parent ee0657d commit f3d27ac
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 5 deletions.
30 changes: 30 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,36 @@

.. towncrier release notes start
3.11.4 (2024-11-18)
===================

Bug fixes
---------

- Fixed ``StaticResource`` not allowing the ``OPTIONS`` method after calling ``set_options_route`` -- by :user:`bdraco`.


*Related issues and pull requests on GitHub:*
:issue:`9972`, :issue:`9975`, :issue:`9976`.




Miscellaneous internal changes
------------------------------

- Improved performance of creating web responses when there are no cookies -- by :user:`bdraco`.


*Related issues and pull requests on GitHub:*
:issue:`9895`.




----


3.11.3 (2024-11-18)
===================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/9895.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/9972.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/9975.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/9976.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion aiohttp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.11.4.dev0"
__version__ = "3.11.4"

from typing import TYPE_CHECKING, Tuple

Expand Down

0 comments on commit f3d27ac

Please sign in to comment.