Skip to content

Commit aebcb14

Browse files
committed
docs: Changelog
1 parent 23d0551 commit aebcb14

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)