Skip to content

Commit

Permalink
Release 3.11.10 (#10128)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Dec 5, 2024
1 parent 5ddff95 commit 0d7352a
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 5 deletions.
34 changes: 34 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,40 @@

.. towncrier release notes start
3.11.10 (2024-12-05)
====================

Bug fixes
---------

- Fixed race condition in :class:`aiohttp.web.FileResponse` that could have resulted in an incorrect response if the file was replaced on the file system during ``prepare`` -- by :user:`bdraco`.


*Related issues and pull requests on GitHub:*
:issue:`10101`, :issue:`10113`.



- Replaced deprecated call to :func:`mimetypes.guess_type` with :func:`mimetypes.guess_file_type` when using Python 3.13+ -- by :user:`bdraco`.


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



- Disabled zero copy writes in the ``StreamWriter`` -- by :user:`bdraco`.


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




----


3.11.9 (2024-12-01)
===================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/10101.bugfix.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/10125.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.10.dev0"
__version__ = "3.11.10"

from typing import TYPE_CHECKING, Tuple

Expand Down

0 comments on commit 0d7352a

Please sign in to comment.