Releases: Http-Multipart-Data-Parser/HttpMultipartParser
Releases · Http-Multipart-Data-Parser/HttpMultipartParser
9.1.0
As part of this release we had 2 issues closed.
Bug
- #64 Bytes EFBBBF (BOM) randomly disappears from middle of binary content by adcy
Enhancement
Contributors
3 contributors made this release possible.

9.0.0
As part of this release we had 3 issues closed.
Breaking Change
Bug
- #123 Boundary detector erroneously classifies boundaries that end with '--' as final boundaries by kasthack
Enhancement
- #121 check ParameterHandler for null value before Invoke by lathoub
Contributors
3 contributors made this release possible.

8.4.0
As part of this release we had 1 issue closed.
Enhancement
- #120 Support the "filename*" Content-Disposition parameter by Jericho
Contributors
1 contributors made this release possible.

8.3.0
As part of this release we had 1 issue closed.
Enhancement
- #118 Upgrade Microsoft.IO.RecyclableMemoryStream to 3.0.0 by Jericho
Contributors
1 contributors made this release possible.

8.2.0
As part of this release we had 1 issue closed.
Enhancement
- #116 allow extra leading new lines in response
8.1.0
As part of this release we had 1 issue closed.
Bug
- #115 Async method in MultipartFormBinaryDataParser and MultipartFormDataParser are missing CancellationToken parameter
8.0.0
As part of this release we had 2 issues closed.
Breaking Change
- #111 Add .NET 7 and drop .NET 5
Enhancement
- #113 Add a new parser that handles parameter data as binary (rather than string)
7.1.0
As part of this release we had 1 issue closed.
Enhancement
- #112 FilePart additional properties key name gets changed
7.0.0
As part of this release we had 1 issue closed.
Breaking Change
- #110 Index was outside the bounds of the array
6.0.1
As part of this release we had 1 issue closed.
Bug
- #109 Code coverage not generated which causes build script to fail on AppVeyor