File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111.. towncrier release notes start
1212
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+
13523.8.4 (2023-02-12)
1453==================
1554
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 "
22
33from typing import Tuple
44
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ botocore
3939brotli
4040brotlipy
4141bugfix
42+ bugfixes
4243Bugfixes
4344builtin
4445BytesIO
You can’t perform that action at this time.
0 commit comments