Skip to content

Releases: Kludex/python-multipart

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

Version 0.0.9

10 Feb 13:31
3035c45
Compare
Choose a tag to compare
  • Add support for Python 3.12 #85.
  • Drop support for Python 3.7 #95.
  • Add MultipartState(IntEnum) #96.
  • Add QuerystringState #97.
  • Add TypedDict callbacks #98.
  • Add config TypedDicts #99.

Full Changelog: 0.0.8...0.0.9

Version 0.0.8

09 Feb 21:53
8ce342c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.7...0.0.8