Skip to content

Releases: Kludex/python-multipart

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