Releases: grpc/grpc-dotnet
Releases · grpc/grpc-dotnet
Release v2.38.0-pre1
Fixes
- Fix refresh argument arity in dotnet-grpc tool (#1313)
Release v2.37.0
Update version to v2.37.0 (in the release branch) (#1271)
Release v2.37.0-pre1
New features
- Add netstandard2.0 to Grpc.Net.ClientFactory (#1248)
- Add validation of the channel address (#1258)
Changes
- Throw an error when ConfigureHttpClient is used with gRPC (#1257)
Fixes
- Move static Log classes out of generic types (#1253)
Release v2.36.0
Update version to v2.36.0 (#1242)
Release v2.36.0-pre1
New features
- Grpc.Net.Client targets .NET Standard 2.0 (#1118)
- Grpc.Net.Client.Web targets .NET Standard 2.0 (#1203)
- gRPC client retries (#1187)
Changes
- Change gRPC client factory to set HttpHandler (#1183)
- Change some RequestStream.WriteAsync errors to match Grpc.Core (#1199)
Fixes
- Fix response stream errors not updating call status (#1198)
- Fix deadline timer rescheduling because of timer precision (#1201)
- Fix client not raising HTTP diagnostic source events (#1211)
Release v2.35.0
prepare for 2.25.0 release (#1182)
Release v2.35.0-pre1
New features
- Improve error message when CORS is not configured correctly (#1171)
Fixes
- Write grpc-web trailer names to response as lowercase (#1170)
- Fix setting user-agent in client when running in the browser (#1165)
Release v2.34.0
Update Grpc.Core to 2.34.0, update version to 2.34.0. (#1144)
* Update Grpc.Core to 2.34.0
* Update version to v2.34.0
Release v2.34.0-pre1
New features
- Optimize deadline logic (#1102)
- Improve streaming error messages when call is complete (#1121)
Changes
- Change exceptions to be more consistent with Grpc.Core (#1092)
Fixes
- Clean up RpcException logic in client (#1099)
- Fix GrpcWebHandler with TLS+HTTP/1.1 endpoints in .NET 5 (#1111)
Release v2.33.1
Update version to 2.33.1 (on v2.33.x branch) (#1095)