Skip to content

Tags: Python-Repository-Hub/httptools

Tags

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)

v0.1.2

Toggle v0.1.2's commit message

Verified

This tag was signed with the committer’s verified signature.
edgedb-ci EdgeDB CI and Release Bot
v0.1.2

Bug Fixes

* Fix `httptools.__all__`
  (by @elprans in 9340d32 for MagicStack#52)

Build

* Add Python 3.9 in the build/test matrix
  (by @b0g3r in e2d1a46 for MagicStack#62)

v0.2.0

Toggle v0.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
edgedb-ci EdgeDB CI and Release Bot
v0.2.0

New Features

* Swap http-parse to llhttp
  (by @victoraugustolls and @fantix in 63b5de2 for MagicStack#56)

Bug Fixes

* Fix `httptools.__all__`
  (by @elprans in 9340d32 for MagicStack#52)

Build

* Add Python 3.9 in the build/test matrix
  (by @b0g3r in e2d1a46 for MagicStack#62)

v0.1.1

Toggle v0.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
edgedb-ci EdgeDB CI and Release Bot
httptools v0.1.1

Restore Python 3.5 support (MagicStack#48).

0.0.13

Toggle 0.0.13's commit message

Verified

This tag was signed with the committer’s verified signature.
elprans Elvis Pranskevichus
v0.0.13

0.0.12

Toggle 0.0.12's commit message

Verified

This tag was signed with the committer’s verified signature.
elprans Elvis Pranskevichus
v0.0.12

v0.1.0

Toggle v0.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
edgedb-ci EdgeDB CI and Release Bot
httptools 0.1.0

No functional changes from 0.0.13, except the new release flow and
binary wheels.

v0.0.11

Toggle v0.0.11's commit message
v0.0.11

* Add should_upgrade() method

v0.0.10

Toggle v0.0.10's commit message
v0.0.10

* Fix header fragmentation parsing
  (58dc648, by Yohan Boniface)

* Optimize feed_data() for memoryviews