1.4.0
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