New features
- Add GrpcContextPropagationOptions to ignore context not found (#814)
- Support custom ServerCallContext types with GetHttpContext (#841)
- Support non-ClientBase clients from Grpc.Net.ClientFactory (#851)
- Set property to enable streaming in WASM and gRPC-Web (#872)
- Add GrpcChannelOptions.HttpHandler and channel default to invoker (#896)
Changes
- Include inner exception messages in RpcException status detail (#804)
- Reduce logging noise at startup from gRPC service discovery (#819)
- Change GrpcWebHandler version to a property (#822)
- Change global options to be configured with UseGrpcWeb method (#865)
Performance
- Remove task allocation in unary call handler (#807)
- Write unary content with single Stream.WriteAsync (#901)
Fixes
- Fix ServerCallContext.Peer with IPv6 (#824)
- Correct GetHttpContext documentation (#838)
- Dispose timer from long running deadline (#873)
- Fix race condition when finishing streaming and getting trailers (#876)
- Fix nullable warnings from latest VS version (#878)
- Check for in-progress write in ServerStreamWriter (#903)