Skip to content

Commit

Permalink
Merge branch '3.11' into 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Dec 5, 2024
2 parents 6462f75 + 0d7352a commit 0d886aa
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 4 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.

0 comments on commit 0d886aa

Please sign in to comment.