Releases: Kludex/python-multipart
Releases · Kludex/python-multipart
Version 0.0.17
Version 0.0.16
Version 0.0.15
Version 0.0.14
What's Changed
Full Changelog: 0.0.13...0.0.14
Version 0.0.13
Version 0.0.12
What's Changed
- Enforce 100% coverage by @Kludex in #159
- Add mypy strict typing by @jhnstrk in #140
- Improve error message when boundary character does not match by @yecril23pl in #124
Full Changelog: 0.0.11...0.0.12
Version 0.0.11
Version 0.0.10
What's Changed
- Support
on_header_begin
by @Kludex in #103 - Improve type hints on
FormParser
by @Kludex in #104 - Fix
OnFileCallback
type by @Kludex in #106 - Improve type hints by @Kludex in #110
- Improve type hints on
File
by @Kludex in #111 - Add type hint to helper functions by @Kludex in #112
- Minor fix for Field.repr by @eltbus in #114
- Fix use of chunk_size parameter by @jhnstrk in #136
- Allow digits and valid token chars in headers by @jhnstrk in #134
- Fix headers being carried between parts. fixes #63 by @jhnstrk in #135
New Contributors
- @onuralpszr made their first contribution in #108
- @janusheide made their first contribution in #119
- @yecril23pl made their first contribution in #121
- @manunio made their first contribution in #117
- @jhnstrk made their first contribution in #136
Full Changelog: 0.0.9...0.0.10
Version 0.0.9
Version 0.0.8
What's Changed
- Bump jinja2 from 2.11.3 to 3.1.3 by @dependabot in #76
- ✅ Add ReDos check test by @tiangolo in #81
- Cleanup unused regex patterns by @tselepakis in #82
- Check if
Message.get_params
return 3-tuple
instead ofstr
onparse_options_header
by @lorenpike in #79 - Version 0.0.8 by @Kludex in #83
New Contributors
- @tselepakis made their first contribution in #82
- @lorenpike made their first contribution in #79
Full Changelog: 0.0.7...0.0.8