Releases: MagicStack/httptools
Releases · MagicStack/httptools
v0.8.0
Changes
-
Add http-parser and llhttp licenses into the wheels (#135)
(by @justeph in c398a15) -
Mark cython module as free-threading compatible (#139)
(by @kumaraditya303 in 28d1db1) -
Security: fix URL truncation issue (#144)
(by @fantix in a0283f0 for #142) -
Allow building with latest setuptools (#138)
(by @OldManYellsAtCloud in c403ad1)
v0.7.1
This is identical to 0.7.0 whose CI failed uploading
v0.7.0
v0.6.4
v0.6.3
v0.6.2
Fixes
- Fix build and run tests on Python 3.13 (#107)
(by @jameshilliard @tacaswell @fafanoulele @fantix in ad9765b for #98 #104)
v0.6.1
v0.6.0
Changes
- Bump bundled llhttp to 8.1.1
Fixes CVE-2023-30589
(by @fantix in 6c6812a for #91)
v0.5.0
UPDATE: The bundled copy of llhttp in this release is vulnerable to CVE-2023-30589, please update to use 0.6.0 instead.
Changes
-
Bump bundled llhttp to 6.0.9
fixes CVE-2022-32213, CVE-2022-32214, CVE-2022-32215
(by @nlsj1985 in 56d6a16 for #83) -
Test and build against Python 3.11
(by @elprans in 509cd14 for #84)
v0.4.0
Changes
- Bump bundled http-parser to 2.9.4 and llhttp to 6.0.6
fixes CVE-2021-22959 & CVE-2021-22960
(by @elprans in 4d5dddd for #77)