What's Changed
- Update dotnet-grpc tool to require .NET 6 by @JamesNK in #1932
- Add logging to resolve to indicate resolve is complete by @JamesNK in #1978
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /examples/Spar/Server/ClientApp by @dependabot in #1977
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /examples/Browser/Server/wwwroot by @dependabot in #1976
- Make ChannelCredentials.Create work with allowing insecure credentials by @JamesNK in #1802
- Skip active connections when proxy is configured by @JamesNK in #1863
- Cancel pending state change watchers on dispose by @JamesNK in #1986
- Update MAINTAINERS.md by @JamesNK in #1979
- RpcException API improvements by @jtattermusch in #1992
- Support writing to response stream with gRPC-Web middleware by @JamesNK in #1993
- Additional dependency version cleanup (after moving some nuget packages to from grpc to grpc-dotnet) by @jtattermusch in #1786
- Bump json5, webpack and webpack-cli in /examples/Browser/Server/wwwroot by @dependabot in #2003
- Bump json5 from 2.2.0 to 2.2.3 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in #2005
- Bump json5 from 1.0.1 to 1.0.2 in /examples/Spar/Server/ClientApp by @dependabot in #2007
- Add client factory to client linker test app by @JamesNK in #1972
- Fix reconnecting after connection timeout by @JamesNK in #1998
- Support running health checks in Check method by @JamesNK in #1987
- Add host override to resolvers by @JamesNK in #2002
- Set WaitForDataBeforeAllocatingBuffer to false in benchmark app by @JamesNK in #2012
- Support zero-byte read in gRPC client by @JamesNK in #1985
- Fix wrong namespace by @JamesNK in #2015
- Update microsoft-support.md by @JamesNK in #2009
- Don't warn about Android native handler with grpc-web by @JamesNK in #2020
- Report user canceled cancellation token by @JamesNK in #2018
- Trimming issue workaround in .NET 8 by @JamesNK in #2022
- Fix reporting RpcException from server streaming error by @JamesNK in #2034
- Fix gRPC perf client counter by @JamesNK in #2035
- Mention Metadata.BinaryHeaderSuffix in xmldoc comments of Metadata.En… by @voroninp in #2027
- Add test that uses localization by @JamesNK in #2039
- Bump @sideway/formula from 3.0.0 to 3.0.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in #2045
- Add additional connection and request logging to client by @JamesNK in #2047
- Update Google.Protobuf version by @JamesNK in #2051
- Wrap EventSource calls with IsEnabled by @JamesNK in #2052
- Add .editorconfig and fix warnings by @JamesNK in #2055
- Refactor gRPC content-type constraint to be inline by @JamesNK in #2065
- Update version to 2.52.0-dev on master by @jtattermusch in #2063
- Upgrade version to 2.52.0-pre1 (on v2.52.x branch) by @jtattermusch in #2066
New Contributors
Full Changelog: v2.51.0...v2.52.0-pre1