Releases: grpc/grpc-dotnet
Releases · grpc/grpc-dotnet
Release v2.71.0
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
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
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
forpackageVersionStream
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
- @Henr1k80 made their first contribution in #2559
- @subhraOffGit made their first contribution in #2449
- @dexcompiler made their first contribution in #2521
Full Changelog: v2.67.0...v2.70.0
Release v2.67.0
What's Changed
- precompile condition clean by @Varorbc in #2528
- Log server cancellation errors at info level by @JamesNK in #2527
- Update logging to use generated logs by @wabalubdub in #2531
- Bump serve-static from 1.14.2 to 1.16.2 in /examples/Spar/Server/ClientApp by @dependabot in #2536
- Update to Grpc.Tools 2.67.0-pre1 by @JamesNK in #2547
- Cleanup gRPC unit testing helpers in tester sample by @JamesNK in #2548
- Fix UpdateBalancingState not called when address attributes are modified by @JamesNK in #2553
- Update Grpc.Tools to 2.67.0 by @JamesNK in #2554
- Fix System.Text.Json vulnerability warning by @JamesNK in #2556
- Update package dependencies to 9.0 RC2 by @JamesNK in #2560
- Bump elliptic from 6.5.7 to 6.6.0 in /examples/Spar/Server/ClientApp by @dependabot in #2567
- Update to .NET 9 RTM by @JamesNK in #2571
New Contributors
- @wabalubdub made their first contribution in #2531
Full Changelog: v2.66.0...v2.67.0
Release v2.67.0-pre1
What's Changed
- precompile condition clean by @Varorbc in #2528
- Log server cancellation errors at info level by @JamesNK in #2527
- Update logging to use generated logs by @wabalubdub in #2531
- Bump serve-static from 1.14.2 to 1.16.2 in /examples/Spar/Server/ClientApp by @dependabot in #2536
- Update to Grpc.Tools 2.67.0-pre1 by @JamesNK in #2547
- Cleanup gRPC unit testing helpers in tester sample by @JamesNK in #2548
- Fix UpdateBalancingState not called when address attributes are modified by @JamesNK in #2553
- Update Grpc.Tools to 2.67.0 by @JamesNK in #2554
- Bump version for 2.67 RC by @apolcyn in #2555
New Contributors
- @wabalubdub made their first contribution in #2531
Full Changelog: v2.66.0...v2.67.0-pre1
Release v2.66.0
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
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
What's Changed
- Update Native.DetectWindowsVersion() to consider Windows Server 2019 to be Window Server by @wrall in #2468
- Bump master version to 2.65.0-dev by @stanley-cheung in #2472
- Reduce usage of RunContinuationsAsynchronously by @JamesNK in #2478
- Bump Grpc.Tools version to 2.65.0 by @stanley-cheung in #2488
- Bump version to 2.65.0-pre1 by @stanley-cheung in #2490
- Bump release version to 2.65.0 by @stanley-cheung in #2495
New Contributors
Full Changelog: v2.64.0...v2.65.0
Release v2.65.0-pre1
What's Changed
- Update Native.DetectWindowsVersion() to consider Windows Server 2019 to be Window Server by @wrall in #2468
- Bump master version to 2.65.0-dev by @stanley-cheung in #2472
- Reduce usage of RunContinuationsAsynchronously by @JamesNK in #2478
- Bump Grpc.Tools version to 2.65.0 by @stanley-cheung in #2488
- Bump version to 2.65.0-pre1 by @stanley-cheung in #2490
New Contributors
Full Changelog: v2.64.0...v2.65.0-pre1
Release v2.64.0
What's Changed
- doc: fix typo by @WeihanLi in #2432
- doc: fix typo by @WeihanLi in #2431
- ci: upgrade checkout action version by @WeihanLi in #2434
- build: configure rollForward in global.json by @WeihanLi in #2437
- Support some HttpClientAction settings and log debug message instead of an error by @JamesNK in #2448
- Assign primary handler before other configuration by @JamesNK in #2445
- Update various package versions by @JamesNK in #2453
- Update Grpc.Tools to 2.64.0 by @JamesNK in #2456
- Change functional tests to use dynamic ports by @JamesNK in #2458
- Add WriteResponseHeadersAsync test by @JamesNK in #2452
- Update repo for .NET 9 by @JamesNK in #2457
- Fix flaky ConnectTimeout_MultipleCalls_AttemptReconnect test by @JamesNK in #2460
- Bump branch version to 2.64.0-pre1 by @stanley-cheung in #2471
- [2.64.x] Update Native.DetectWindowsVersion() to consider Windows Server 2019 to be Window Server by @JamesNK in #2473
- Bump version to 2.64.0 by @stanley-cheung in #2487
Full Changelog: v2.63.0...v2.64.0