Skip to content

1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jul 01:21
· 87 commits to main since this release

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