File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.0.10 (2024-09-21)
4
+
5
+ * Support ` on_header_begin ` [ #103 ] ( https://github.com/Kludex/python-multipart/pull/103 ) .
6
+ * Improve type hints on ` FormParser ` [ #104 ] ( https://github.com/Kludex/python-multipart/pull/104 ) .
7
+ * Fix ` OnFileCallback ` type [ #106 ] ( https://github.com/Kludex/python-multipart/pull/106 ) .
8
+ * Improve type hints [ #110 ] ( https://github.com/Kludex/python-multipart/pull/110 ) .
9
+ * Improve type hints on ` File ` [ #111 ] ( https://github.com/Kludex/python-multipart/pull/111 ) .
10
+ * Add type hint to helper functions [ #112 ] ( https://github.com/Kludex/python-multipart/pull/112 ) .
11
+ * Minor fix for Field.__ repr__ [ #114 ] ( https://github.com/Kludex/python-multipart/pull/114 ) .
12
+ * Fix use of chunk_size parameter [ #136 ] ( https://github.com/Kludex/python-multipart/pull/136 ) .
13
+ * Allow digits and valid token chars in headers [ #134 ] ( https://github.com/Kludex/python-multipart/pull/134 ) .
14
+ * Fix headers being carried between parts [ #135 ] ( https://github.com/Kludex/python-multipart/pull/135 ) .
15
+
3
16
## 0.0.9 (2024-02-10)
4
17
5
18
* Add support for Python 3.12 [ #85 ] ( https://github.com/Kludex/python-multipart/pull/85 ) .
You can’t perform that action at this time.
0 commit comments