Skip to content

Releases: Kludex/python-multipart

Version 0.0.19

01 Dec 07:00
c4fe4d3
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

Version 0.0.14

24 Oct 14:34
6e0a3d8
Compare
Choose a tag to compare

What's Changed

  • fix: use alternate scheme for importing multipart by @henryiii in #168

Full Changelog: 0.0.13...0.0.14

Version 0.0.13

20 Oct 12:10
72e30ea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.12...0.0.13

Version 0.0.12

29 Sep 08:11
3f7233d
Compare
Choose a tag to compare

What's Changed


Full Changelog: 0.0.11...0.0.12

Version 0.0.11

28 Sep 10:24
293ea34
Compare
Choose a tag to compare

What's Changed

  • Handle invalid CRLF in header name. fixes #122 by @jhnstrk in #141
  • Improve performance, especially in data with many CR-LF by @jhnstrk in #137

Full Changelog: 0.0.10...0.0.11

Version 0.0.10

21 Sep 14:13
851a026
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.9...0.0.10