3.9.1
github-actions
released this
26 Nov 17:50
·
3585 commits
to master
since this release
Bugfixes
-
Fixed importing aiohttp under PyPy on Windows.
(#7848)
-
Fixed async concurrency safety in websocket compressor.
(#7865)
-
Fixed
ClientResponse.close()
releasing the connection instead of closing.(#7869)
-
Fixed a regression where connection may get closed during upgrade. -- by :user:
Dreamsorcerer
(#7879)
-
Fixed messages being reported as upgraded without an Upgrade header in Python parser. -- by :user:
Dreamsorcerer
(#7895)