Skip to content

Releases: grpc/grpc-dotnet

Release v2.52.0-pre1

03 Mar 10:34
347dfea
Compare
Choose a tag to compare
Release v2.52.0-pre1 Pre-release
Pre-release

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

Release v2.51.0

02 Jan 08:32
33ee4d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.51.0-pre1...v2.51.0

Release v2.51.0-pre1

07 Dec 16:25
416c72f
Compare
Choose a tag to compare
Release v2.51.0-pre1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.50.0...v2.51.0-pre1

Release v2.50.0

17 Nov 11:34
546aade
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.50.0-pre1...v2.50.0

Release v2.50.0-pre1

03 Nov 08:29
9935771
Compare
Choose a tag to compare
Release v2.50.0-pre1 Pre-release
Pre-release

What's Changed

Full Changelog: v2.49.0...v2.50.0-pre1

Release v2.49.0

26 Sep 11:21
2385e78
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.49.0-pre1...v2.49.0

Release v2.49.0-pre1

01 Sep 15:16
a57f1e5
Compare
Choose a tag to compare
Release v2.49.0-pre1 Pre-release
Pre-release

What's Changed

  • Use PoolingAsyncValueTaskMethodBuilder on ReadStreamMessageAsync method by @mayuki in #1850
  • Change nullable GetValueOrDefault to Value by @JamesNK in #1855
  • Add Channeler example by @JamesNK in #1851
  • Remove bad deadline test by @JamesNK in #1859
  • Load balancing fix to clear disposed subchannels on resolver error by @JamesNK in #1853
  • Update solution to .NET 7 by @JamesNK in #1803
  • Configure pooled connection lifetime in client factory by @JamesNK in #1862
  • [2.49.x] Fix using disposed token in connect and resulting status by @JamesNK in #1873

Full Changelog: v2.48.0...v2.49.0-pre1

Release v2.48.0

24 Aug 10:56
51ec4d0
Compare
Choose a tag to compare
Update version to 2.48.0 stable (on v2.48.x branch) (#1856)

* Update version to 2.48.0 stable (on v2.48.x branch)

* Update VersionInfo.cs

Release v2.48.0-pre1

17 Aug 12:45
54daeef
Compare
Choose a tag to compare
Release v2.48.0-pre1 Pre-release
Pre-release

New features

  • Populate DebugException on some cancellation scenarios (#1780)
  • Use SocketsHttpHandler.ConnectTimeout on connect (#1829)

Fixes

  • Fix sharing SocketsHttpHandler between channels (#1792)
  • Fix client factory trim warning (#1806)

Release v2.47.0

03 Jul 18:04
26807bb
Compare
Choose a tag to compare
Update version to v2.47.0 (on v2.47.x branch) (#1794)

* Update version to v2.47.0 (on v2.47.x branch)

* Update VersionInfo.cs to match version.props