Skip to content

Releases: seanmonstar/httparse

v1.9.4

17 Jun 13:28
Compare
Choose a tag to compare

What's Changed

  • Test and fix a regression in parsing partial requests in the 1.9.x series by @bearcage in #176

New Contributors

Full Changelog: v1.9.3...v1.9.4

v1.9.3

11 Jun 21:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.2...v1.9.3

v1.9.2

11 Jun 21:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.1...v1.9.2

v1.9.1

11 Jun 21:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

10 Jun 13:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.9.0

v1.8.0

30 Aug 22:03
Compare
Choose a tag to compare

Features

  • Adds ParserConfig::ignore_invalid_headers_in_response(bool) that allows skipping invalid header lines instead of returning an error (fixes #61, #83) by @nox in #114

Performance

  • ~10% improvement on short requests due to faster version parser by @AaronO in #120

New Contributors

v1.7.1

26 Apr 22:42
Compare
Choose a tag to compare

Fixes

  • Don't allow one invalid char after header name when allowing spaces by @nox in #115

v1.7.0

11 Apr 17:20
Compare
Choose a tag to compare

Features

  • Add flags to allow multiple spaces in request and status lines by @acfoltzer in #110

Fixes

  • Fix token and uri parsers to disallow empty results by @acfoltzer in #111

New Contributors ❀️

v1.6.0

08 Feb 18:14
Compare
Choose a tag to compare

Features

Fixes

New Contributors

v1.5.1

19 Aug 17:46
Compare
Choose a tag to compare
  • FIX regression dropping headers on a partial parse (#102)