Skip to content

Releases: Http-Multipart-Data-Parser/HttpMultipartParser

9.1.0

01 Sep 15:04
Compare
Choose a tag to compare

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.

adcy XVII Jericho

9.0.0

29 Jan 01:20
Compare
Choose a tag to compare

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.

Jericho kasthack lathoub

8.4.0

08 Apr 15:56
Compare
Choose a tag to compare

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.

Jericho

8.3.0

10 Jan 16:53
Compare
Choose a tag to compare

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.

Jericho

8.2.0

22 Jun 14:29
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Enhancement

  • #116 allow extra leading new lines in response

8.1.0

05 Feb 21:16
Compare
Choose a tag to compare

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

08 Jan 15:00
Compare
Choose a tag to compare

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

30 Oct 16:18
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Enhancement

  • #112 FilePart additional properties key name gets changed

7.0.0

07 Jul 14:39
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Breaking Change

  • #110 Index was outside the bounds of the array

6.0.1

31 May 17:21
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug

  • #109 Code coverage not generated which causes build script to fail on AppVeyor