File tree 6 files changed +41
-8
lines changed
6 files changed +41
-8
lines changed Original file line number Diff line number Diff line change 10
10
11
11
.. towncrier release notes start
12
12
13
+ 3.8.5 (2023-07-19)
14
+ ==================
15
+
16
+ Security bugfixes
17
+ -----------------
18
+
19
+ - Upgraded the vendored copy of llhttp _ to v8.1.1 -- by :user: `webknjaz `
20
+ and :user: `Dreamsorcerer `.
21
+
22
+ Thanks to :user: `sethmlarson ` for reporting this and providing us with
23
+ comprehensive reproducer, workarounds and fixing details! For more
24
+ information, see
25
+ https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w.
26
+
27
+ .. _llhttp : https://llhttp.org
28
+
29
+ `#7346 <https://github.com/aio-libs/aiohttp/issues/7346 >`_
30
+
31
+
32
+ Features
33
+ --------
34
+
35
+ - Added information to C parser exceptions to show which character caused the error. -- by :user: `Dreamsorcerer `
36
+
37
+ `#7366 <https://github.com/aio-libs/aiohttp/issues/7366 >`_
38
+
39
+
40
+ Bugfixes
41
+ --------
42
+
43
+ - Fixed a transport is :data: `None ` error -- by :user: `Dreamsorcerer `.
44
+
45
+ `#3355 <https://github.com/aio-libs/aiohttp/issues/3355 >`_
46
+
47
+
48
+
49
+ ----
50
+
51
+
13
52
3.8.4 (2023-02-12)
14
53
==================
15
54
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.8.4.post0.dev0 "
1
+ __version__ = "3.8.5 "
2
2
3
3
from typing import Tuple
4
4
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ botocore
39
39
brotli
40
40
brotlipy
41
41
bugfix
42
+ bugfixes
42
43
Bugfixes
43
44
builtin
44
45
BytesIO
You can’t perform that action at this time.
0 commit comments