File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.0.25 (2026-04-10)
4+
5+ * Add MIME content type info to ` File ` [ #143 ] ( https://github.com/Kludex/python-multipart/pull/143 ) .
6+ * Handle CTE values case-insensitively [ #258 ] ( https://github.com/Kludex/python-multipart/pull/258 ) .
7+ * Remove custom ` FormParser ` classes [ #257 ] ( https://github.com/Kludex/python-multipart/pull/257 ) .
8+ * Add ` UPLOAD_DELETE_TMP ` to ` FormParser ` config [ #254 ] ( https://github.com/Kludex/python-multipart/pull/254 ) .
9+ * Emit ` field_end ` for trailing bare field names on finalize [ #230 ] ( https://github.com/Kludex/python-multipart/pull/230 ) .
10+ * Handle multipart headers case-insensitively [ #252 ] ( https://github.com/Kludex/python-multipart/pull/252 ) .
11+ * Apply Apache-2.0 properly [ #247 ] ( https://github.com/Kludex/python-multipart/pull/247 ) .
12+
313## 0.0.24 (2026-04-05)
414
515* Validate ` chunk_size ` in ` parse_form() ` [ #244 ] ( https://github.com/Kludex/python-multipart/pull/244 ) .
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = "0.0.24 "
15+ __version__ = "0.0.25 "
1616
1717from .multipart import (
1818 BaseParser ,
You can’t perform that action at this time.
0 commit comments