Skip to content

Commit

Permalink
Release 3.11.7 (#10019)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 21, 2024
1 parent ed15e88 commit bf04a1b
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 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.7 (2024-11-21)
===================

Bug fixes
---------

- Fixed the HTTP client not considering the connector's ``force_close`` value when setting the ``Connection`` header -- by :user:`bdraco`.


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




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

- Improved performance of serializing HTTP headers -- by :user:`bdraco`.


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




----


3.11.6 (2024-11-19)
===================

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/10014.misc.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.7.dev0"
__version__ = "3.11.7"

from typing import TYPE_CHECKING, Tuple

Expand Down

0 comments on commit bf04a1b

Please sign in to comment.