Releases: grpc/grpc-dotnet
Releases · grpc/grpc-dotnet
Release v2.33.1-pre1
Release v2.32.0
Release v2.32.0-pre1
Release v2.31.0
Bump version to 2.31.0 (#1018) * Bump version to 2.31.0 * Bump Grpc.Core dependency to 2.31.0
Release v2.31.0-pre2
Release v2.30.0
Update version to 2.30.0 (on v2.30.x branch) (#984)
Release v2.30.0-pre1
Release v2.29.0
Update version to 2.29.0 (on release branch) (#926)
Release v2.29.0-pre1
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)
Release v2.28.0
Update version to 2.28.0 (#855)