Skip to content

Tags: thirdparty-scan/httptools-by-httptools

Tags

v0.7.1

Toggle v0.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
edgedb-ci EdgeDB CI and Release Bot
httptools 0.7.1 This is identical to 0.7.0 whose CI failed uploading

v0.7.0

Toggle v0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
edgedb-ci EdgeDB CI and Release Bot
httptools 0.7.0 Changes ======= * Modernize packaging and fix CI (MagicStack#130) Drop Python 3.8, add Python 3.14 Use Cython 3.1.0 Bump llhttp to 9.3.0 (by @ngoldbaum @Carreau @fantix in 59bf94f for MagicStack#129) * Static Type-checking for httptools (MagicStack#100) (by @Vizonex @KRRT7 in b55f5fe for MagicStack#100)

v0.6.4

Toggle v0.6.4's commit message

Verified

This tag was signed with the committer’s verified signature.
edgedb-ci EdgeDB CI and Release Bot
httptools 0.6.4 Fixes ===== * Include Cython source files in sdist (by @mgorny in 2287a95 for MagicStack#115)

v0.6.3

Toggle v0.6.3's commit message

Verified

This tag was signed with the committer’s verified signature.
edgedb-ci EdgeDB CI and Release Bot
httptools 0.6.3 Fixes ===== * Fix missing CR is some tests (by @mgorny in 21a199d for MagicStack#112) * Bump bundled llhttp to 9.2.1 Fixes CVE-2024-27982 (by @elprans in 560bd9e for MagicStack#113)

v0.6.2

Toggle v0.6.2's commit message

Verified

This tag was signed with the committer’s verified signature.
edgedb-ci EdgeDB CI and Release Bot
httptools 0.6.2 Fixes ===== * Fix build and run tests on Python 3.13 (MagicStack#107) (by @jameshilliard @tacaswell @fafanoulele @fantix in ad9765b for MagicStack#98 MagicStack#104)

v0.6.1

Toggle v0.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
edgedb-ci EdgeDB CI and Release Bot
httptools 0.6.1 Changes ======= * Explicit Python 3.12 support and build wheels, change min version to 3.8 (MagicStack#95) (by @tiptenbrink in 25f412b for MagicStack#95) * Do not install the *.c sources in wheels (MagicStack#73) (by @hroncok in b2fc5bd for MagicStack#73)

v0.6.0

Toggle v0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
edgedb-ci EdgeDB CI and Release Bot
httptools 0.6.0 Changes ======= * Bump bundled llhttp to 8.1.1 (by @fantix in 6c6812a for MagicStack#91)

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
edgedb-ci EdgeDB CI and Release Bot
httptools 0.5.0 Changes ======= * Bump bundled llhttp to 6.0.9 fixes CVE-2022-32213, CVE-2022-32214, CVE-2022-32215 (by @nlsj1985 in 56d6a16 for MagicStack#83) * Test and build against Python 3.11 (by @elprans in 509cd14 for MagicStack#84)

v0.4.0

Toggle v0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
edgedb-ci EdgeDB CI and Release Bot
httptools 0.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 MagicStack#77)

v0.3.0

Toggle v0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
edgedb-ci EdgeDB CI and Release Bot
httptools 0.3.0 This release has no functional changes, only packaging: Python 3.5 is EOL, so wheels are no longer built, and Python 3.10 has been added to the roster along with aarch64 wheels on Linux and universal2 wheels on macOS. Changes: * Use cibuildwheel to build release wheels (by @elprans in 2f57b6b)