Skip to content

Releases: Kludex/python-multipart

Version 0.0.24

05 Apr 20:48
b7cc76d

Choose a tag to compare

What's Changed

  • Validate chunk_size in parse_form() by @Kludex in #244

Full Changelog: 0.0.23...0.0.24

Version 0.0.23

05 Apr 20:11
e59b6b7

Choose a tag to compare

What's Changed

  • Remove unused trust_x_headers parameter and X-File-Name fallback by @jhnstrk in #196
  • Return processed length from QuerystringParser._internal_write by @bysiber in #229
  • Cleanup metadata dunders from __init__.py by @Chesars in #227

New Contributors

Full Changelog: 0.0.22...0.0.23

Version 0.0.22

25 Jan 10:15
bea7bbb

Choose a tag to compare

What's Changed

  • Drop directory path from filename in File 9433f4b.

Full Changelog: 0.0.21...0.0.22

Version 0.0.21

17 Dec 09:23

Choose a tag to compare

What's Changed

  • Add support for Python 3.14 and drop EOL 3.8 and 3.9 by @hugovk in #216

New Contributors

Full Changelog: 0.0.20...0.0.21

Version 0.0.20

16 Dec 19:44
b083cef

Choose a tag to compare

What's Changed

  • Handle messages containing only end boundary, fixes #38 by @jhnstrk in #142

New Contributors

Full Changelog: 0.0.19...0.0.20

Version 0.0.19

01 Dec 07:00
c4fe4d3

Choose a tag to compare

What's Changed

  • Don't warn when CRLF is found after last boundary by @Kludex in #193

Full Changelog: 0.0.18...0.0.19

Version 0.0.18

28 Nov 19:15
5b1aed8

Choose a tag to compare

What's Changed

  • Hard break if found data after last boundary on MultipartParser by @Kludex in #189

Full Changelog: 0.0.17...0.0.18

Version 0.0.17

31 Oct 07:08
616b81e

Choose a tag to compare

What's Changed

  • Handle PermissionError in fallback code for old import name by @defnull in #182

Full Changelog: 0.0.16...0.0.17

Version 0.0.16

27 Oct 11:53
8764067

Choose a tag to compare

What's Changed

  • Add dunder attributes to multipart package by @Kludex in #177

Full Changelog: 0.0.15...0.0.16

Version 0.0.15

27 Oct 07:56
ce85154

Choose a tag to compare

What's Changed

  • Replace FutureWarning to PendingDeprecationWarning #174.
  • Add missing files to SDist #171.

Full Changelog: 0.0.14...0.0.15