New features
- New Grpc.AspNetCore.Server.Reflection package (#523)
- Log unsupported request content-type and protocol (#529)
- Major client performance improvement (#489)
Fixes
- Client should throw operation canceled when a deadline exceeded status is returned (#507)
- Fix dotnet-grpc crash when run inside Visual Studio (#512)
- Improve error when missing trailer feature (#543)
- Map HttpStatusCode to gRPC status code (#575)
- Include trailers in client with RpcException (#567)
- Fix duplicate log IDs (#589)
- Channel internal HttpClient is created with no timeout (#595)
- Fix method discovery when there are duplicate names (#591)