Skip to content

Commit

Permalink
Merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Nov 26, 2023
1 parent aa7d1a8 commit c0377bf
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 5 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.

0 comments on commit c0377bf

Please sign in to comment.