github grpc/grpc-dotnet v2.29.0-pre1
Release v2.29.0-pre1

latest releases: v2.62.0, v2.62.0-pre1, v2.61.0...
pre-release3 years ago

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)

Don't miss a new grpc-dotnet release

NewReleases is sending notifications on new releases.