Skip to content

Releases: Cysharp/YetAnotherHttpHandler

1.6.0

24 Sep 03:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.4...1.6.0

1.5.4

18 Sep 07:20
Compare
Choose a tag to compare

What's Changed

  • Fix deadlock in the completion process when the send buffer is full. by @mayuki in #95

Full Changelog: 1.5.3...1.5.4

1.5.3

14 Aug 03:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.2...1.5.3

1.5.2

06 Aug 08:12
Compare
Choose a tag to compare

What's Changed

  • Remove use of funciton pointer by @mayuki in #89
  • Fix an issue where canceling does not work correctly on IL2CPP by @mayuki in #90

Full Changelog: 1.5.1...1.5.2

1.5.1

05 Aug 06:48
Compare
Choose a tag to compare

What's Changed

  • Fixed to cancel requests correctly when a request is canceled before receiving a response. by @mayuki in #87

Full Changelog: 1.5.0...1.5.1

1.5.0

02 Aug 01:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.2...1.5.0

1.4.2

24 Jul 09:57
Compare
Choose a tag to compare

What's Changed

  • Align the behavior when canceling on Unity same as on .NET. by @mayuki in #82
  • Fix a problem the handler not working correctly when keep-alive is enabled by @mayuki in #83

Full Changelog: 1.4.1...1.4.2

1.4.1

12 Jul 01:43
Compare
Choose a tag to compare

What's Changed

  • Enabling debug logging on Unity by @mayuki in #80

Full Changelog: 1.4.0...1.4.1

1.4.0

10 Jul 01:21
Compare
Choose a tag to compare

Breaking Changes

Align behavior on Unity to .NET runtime by @mayuki in #78

Changed to throw an HttpRequestException when an exception occurs while reading content. This change aligns the behavior to .NET's HttpContent. This means that applications will catch HttpRequestException instead of IOException.

What's Changed

  • Propagate HTTP/2 error codes to grpc-dotnet by @mayuki in #77
  • Change TargetFramework from net7.0 to net8.0 by @mayuki in #76
  • Clarify Third Party Notices by @mayuki in #79

Full Changelog: 1.3.1...1.4.0

1.3.1

02 Jul 06:42
Compare
Choose a tag to compare

What's Changed

  • Problem of status code being StatusCode.Internal in Airplane mode, etc. by @trapezoid in #75

New Contributors

Full Changelog: 1.3.0...1.3.1