Skip to content

Commit

Permalink
Release v3.9.1 (#7911)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Nov 26, 2023
1 parent 9dbd273 commit 6333c02
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 6 deletions.
31 changes: 31 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,37 @@

.. towncrier release notes start
3.9.1 (2023-11-26)
==================

Bugfixes
--------

- Fixed importing aiohttp under PyPy on Windows.

`#7848 <https://github.com/aio-libs/aiohttp/issues/7848>`_

- Fixed async concurrency safety in websocket compressor.

`#7865 <https://github.com/aio-libs/aiohttp/issues/7865>`_

- Fixed ``ClientResponse.close()`` releasing the connection instead of closing.

`#7869 <https://github.com/aio-libs/aiohttp/issues/7869>`_

- Fixed a regression where connection may get closed during upgrade. -- by :user:`Dreamsorcerer`

`#7879 <https://github.com/aio-libs/aiohttp/issues/7879>`_

- Fixed messages being reported as upgraded without an Upgrade header in Python parser. -- by :user:`Dreamsorcerer`

`#7895 <https://github.com/aio-libs/aiohttp/issues/7895>`_



----


3.9.0 (2023-11-18)
==================

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/7865.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/7869.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/7879.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/7895.bugfix

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.9.0.dev0"
__version__ = "3.9.1"

from typing import TYPE_CHECKING, Tuple

Expand Down

0 comments on commit 6333c02

Please sign in to comment.