Skip to content

Releases: grpc/grpc-dotnet

Release v2.71.0

25 Apr 04:20
c2555f2
Compare
Choose a tag to compare

What's Changed

  • Remove old dotnet-core feed by @JamesNK in #2611
  • Bump axios from 1.7.4 to 1.8.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in #2615
  • Bump @babel/helpers from 7.25.0 to 7.27.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in #2616
  • Bump tar-fs from 3.0.6 to 3.0.8 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in #2619
  • Fix race condition that caused inprogress connect to be canceled by @JamesNK in #2618
  • Bump tools package to 2.71 by @apolcyn in #2621
  • Update NuGet package versions by @JamesNK in #2620
  • bump version to 2.71.0-pre1 by @apolcyn in #2622
  • Bump version on 2.71 for final release by @apolcyn in #2627

Full Changelog: v2.70.0...v2.71.0

Release v2.71.0-pre1

16 Apr 06:42
d666241
Compare
Choose a tag to compare
Release v2.71.0-pre1 Pre-release
Pre-release

What's Changed

  • Remove old dotnet-core feed by @JamesNK in #2611
  • Bump axios from 1.7.4 to 1.8.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in #2615
  • Bump @babel/helpers from 7.25.0 to 7.27.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in #2616
  • Bump tar-fs from 3.0.6 to 3.0.8 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in #2619
  • Fix race condition that caused inprogress connect to be canceled by @JamesNK in #2618
  • Bump tools package to 2.71 by @apolcyn in #2621
  • Update NuGet package versions by @JamesNK in #2620
  • bump version to 2.71.0-pre1 by @apolcyn in #2622

Full Changelog: v2.70.0...v2.71.0-pre1

Release v2.70.0

10 Mar 17:25
8fa80f0
Compare
Choose a tag to compare

What's Changed

  • update ArgumentNullException.ThrowIfNull usage by @WeihanLi in #2563
  • use nameof for CallerArgumentExpression by @WeihanLi in #2562
  • Correctness: Make some private & internal classes sealed where possible by @Henr1k80 in #2559
  • Bump vue from 2.6.14 to 3.0.0 in /examples/Spar/Server/ClientApp by @dependabot in #2565
  • Bump cross-spawn from 7.0.3 to 7.0.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in #2574
  • [vote]Added Active maintainers into MAINTAINERS.md. by @subhraOffGit in #2449
  • Refactor: Use await using for packageVersionStream to ensure proper disposal of async resources by @dexcompiler in #2521
  • Performance microoptimizations by @Henr1k80 in #2558
  • Complete health checks watch service on server shutting down by @JamesNK in #2582
  • Avoid using ConcurrentDictionary for channels with few methods by @JamesNK in #2597
  • Bump elliptic from 6.6.0 to 6.6.1 in /examples/Spar/Server/ClientApp by @dependabot in #2599
  • Move updating connectivity state outside of subchannel lock by @JamesNK in #2601
  • Bump Grpc.Tools dependency by @apolcyn in #2603
  • bump version on v2.70.x branch by @apolcyn in #2604
  • Change version to 2.70.0 by @JamesNK in #2610

New Contributors

Full Changelog: v2.67.0...v2.70.0

Release v2.67.0

21 Nov 07:03
5a58c24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.66.0...v2.67.0

Release v2.67.0-pre1

22 Oct 05:59
a2eed32
Compare
Choose a tag to compare
Release v2.67.0-pre1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.66.0...v2.67.0-pre1

Release v2.66.0

20 Sep 03:04
64e87a6
Compare
Choose a tag to compare

What's Changed

  • Bump version on master to 2.66.0-dev by @stanley-cheung in #2491
  • Fix failure to create GrpcChannel under Wine compatibility layer (including Steam Proton and Apple Game Porting Toolkit) by @mayuki in #2496
  • Update .NET 9 SDK and resolve warnings by @sebastienros in #2502
  • Bump braces from 3.0.2 to 3.0.3 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in #2504
  • Bump axios from 1.6.2 to 1.7.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in #2505
  • Update puppeteer by @JamesNK in #2507
  • Remove internal_ci flag from interop test script by @JamesNK in #2509
  • Fix Google auth interop test by @JamesNK in #2512
  • [testing] improve sanity check in jwt_token_creds interop test by @apolcyn in #2513
  • Add HTTP version configuration to GrpcChannelOptions by @JamesNK in #2514
  • Bump grpc.tools version to 2.66 by @apolcyn in #2523
  • Bump webpack from 5.76.0 to 5.94.0 in /examples/Browser/Server/wwwroot by @dependabot in #2522
  • Bump elliptic from 6.5.4 to 6.5.7 in /examples/Spar/Server/ClientApp by @dependabot in #2525
  • Bump micromatch from 4.0.7 to 4.0.8 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in #2524
  • Bump v2.66.x branch to 2.66.0.pre1 by @apolcyn in #2526
  • Bump v2.66.x to v2.66.0 by @apolcyn in #2539

Full Changelog: v2.65.0...v2.66.0

Release v2.66.0-pre1

06 Sep 05:45
439a3b8
Compare
Choose a tag to compare
Release v2.66.0-pre1 Pre-release
Pre-release

What's Changed

  • Bump version on master to 2.66.0-dev by @stanley-cheung in #2491
  • Fix failure to create GrpcChannel under Wine compatibility layer (including Steam Proton and Apple Game Porting Toolkit) by @mayuki in #2496
  • Update .NET 9 SDK and resolve warnings by @sebastienros in #2502
  • Bump braces from 3.0.2 to 3.0.3 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in #2504
  • Bump axios from 1.6.2 to 1.7.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in #2505
  • Update puppeteer by @JamesNK in #2507
  • Remove internal_ci flag from interop test script by @JamesNK in #2509
  • Fix Google auth interop test by @JamesNK in #2512
  • [testing] improve sanity check in jwt_token_creds interop test by @apolcyn in #2513
  • Add HTTP version configuration to GrpcChannelOptions by @JamesNK in #2514
  • Bump grpc.tools version to 2.66 by @apolcyn in #2523
  • Bump webpack from 5.76.0 to 5.94.0 in /examples/Browser/Server/wwwroot by @dependabot in #2522
  • Bump elliptic from 6.5.4 to 6.5.7 in /examples/Spar/Server/ClientApp by @dependabot in #2525
  • Bump micromatch from 4.0.7 to 4.0.8 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in #2524

Full Changelog: v2.65.0...v2.66.0-pre1

Release v2.65.0

31 Jul 01:31
6015633
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.64.0...v2.65.0

Release v2.65.0-pre1

20 Jul 05:49
39e162c
Compare
Choose a tag to compare
Release v2.65.0-pre1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.64.0...v2.65.0-pre1

Release v2.64.0

20 Jul 05:49
988b415
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.63.0...v2.64.0