File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,20 @@ the other parsers in this library:
124124 Changelog
125125---------
126126
127+ * **1.1 **
128+
129+ * Some of these fixes changed behavior to match documentation or specification,
130+ none of them should be a surprise. Existing apps should be able to upgrade
131+ without change.
132+ * fix: Fail faster on input with invalid line breaks (#55)
133+ * fix: Allow empty segment names (#56)
134+ * fix: Avoid ResourceWarning when using parse_form_data (#57)
135+ * fix: MultipartPart now always has a sensible content type.
136+ * fix: Actually check parser state on context manager exit.
137+ * fix: Honor Content-Length header, if present.
138+ * perf: Reduce overhead for small segments (-21%)
139+ * perf: Reduce write overhead for large uploads (-2%)
140+
127141* **1.0 **
128142
129143 * A completely new, fast, non-blocking ``PushMultipartParser `` parser, which
You can’t perform that action at this time.
0 commit comments