Sourced from python-multipart's releases.
Version 0.0.31
What's Changed
- Speed up multipart header parsing and callback dispatch by
@Kludexin Kludex/python-multipart#295- Bound header field name size before validating by
@Kludexin Kludex/python-multipart#296- Validate Content-Length is non-negative in parse_form by
@Kludexin Kludex/python-multipart#297Full Changelog: https://github.com/Kludex/python-multipart/compare/0.0.30...0.0.31
Version 0.0.30
What's Changed
- Treat only
&as the urlencoded field separator by@Kludexin Kludex/python-multipart#290- Ignore RFC 2231 extended parameters in
parse_options_headerby@Kludexin Kludex/python-multipart#291Full Changelog: https://github.com/Kludex/python-multipart/compare/0.0.29...0.0.30
Version 0.0.29
What's Changed
- Handle malformed RFC 2231 continuations in
parse_options_headerby@manunioin Kludex/python-multipart#270Full Changelog: https://github.com/Kludex/python-multipart/compare/0.0.28...0.0.29
Version 0.0.28
What's Changed
- Speed up partial-boundary tail scan via
bytes.findby@Kludexin Kludex/python-multipart#281- Cap multipart boundary length at 256 bytes by
@Kludexin Kludex/python-multipart#282Full Changelog: https://github.com/Kludex/python-multipart/compare/0.0.27...0.0.28
Sourced from python-multipart's changelog.
0.0.31 (2026-06-04)
- Speed up multipart header parsing and callback dispatch #295.
- Bound header field name size before validating #296.
- Validate
Content-Lengthis non-negative inparse_form#297.0.0.30 (2026-05-31)
- Parse
application/x-www-form-urlencodedbodies per the WHATWG URL standard, treating only&as a field separator #290.- Ignore RFC 2231/5987 extended parameters (
name*,filename*) inparse_options_header, keeping the plain parameter authoritative per RFC 7578 §4.2 #291.0.0.29 (2026-05-17)
- Handle malformed RFC 2231 continuations in
parse_options_header#270.0.0.28 (2026-05-10)
4cffc68
Version 0.0.31 (#298)c814948
Reject negative Content-Length in parse_form
(#297)6b837d4
Bound header field name size before validating (#296)e0c4f9d
Bump the github-actions group with 3 updates (#294)b8a01bb
Bump the python-packages group with 3 updates (#293)6732164
Speed up multipart header parsing and callback dispatch (#295)9d3ead5
Version 0.0.30 (#292)3506c15
Ignore RFC 2231 extended parameters in parse_options_header
(#291)d69df35
Treat only & as the urlencoded field separator (#290)1e6ff97
Bump idna from 3.11 to 3.15 (#289)