File tree 7 files changed +32
-6
lines changed
7 files changed +32
-6
lines changed Original file line number Diff line number Diff line change 10
10
11
11
.. towncrier release notes start
12
12
13
+ 3.9.1 (2023-11-26)
14
+ ==================
15
+
16
+ Bugfixes
17
+ --------
18
+
19
+ - Fixed importing aiohttp under PyPy on Windows.
20
+
21
+ `#7848 <https://github.com/aio-libs/aiohttp/issues/7848 >`_
22
+
23
+ - Fixed async concurrency safety in websocket compressor.
24
+
25
+ `#7865 <https://github.com/aio-libs/aiohttp/issues/7865 >`_
26
+
27
+ - Fixed ``ClientResponse.close() `` releasing the connection instead of closing.
28
+
29
+ `#7869 <https://github.com/aio-libs/aiohttp/issues/7869 >`_
30
+
31
+ - Fixed a regression where connection may get closed during upgrade. -- by :user: `Dreamsorcerer `
32
+
33
+ `#7879 <https://github.com/aio-libs/aiohttp/issues/7879 >`_
34
+
35
+ - Fixed messages being reported as upgraded without an Upgrade header in Python parser. -- by :user: `Dreamsorcerer `
36
+
37
+ `#7895 <https://github.com/aio-libs/aiohttp/issues/7895 >`_
38
+
39
+
40
+
41
+ ----
42
+
43
+
13
44
3.9.0 (2023-11-18)
14
45
==================
15
46
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- __version__ = "3.9.0.dev0 "
1
+ __version__ = "3.9.1 "
2
2
3
3
from typing import TYPE_CHECKING , Tuple
4
4
You can’t perform that action at this time.
0 commit comments