dependabot[bot] opened a new pull request, #437: URL: https://github.com/apache/doris-opentelemetry-demo/pull/437
Updated [Confluent.Kafka](https://github.com/confluentinc/confluent-kafka-dotnet) from 2.8.0 to 2.14.0. <details> <summary>Release notes</summary> _Sourced from [Confluent.Kafka's releases](https://github.com/confluentinc/confluent-kafka-dotnet/releases)._ ## 2.14.0 ## Enhancements * References librdkafka.redist 2.14.0. Refer to the [librdkafka v2.14.0 release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.14.0) for more information. * Add AssociatedNameStrategy (#2577) * Add enableAt to RuleSet (#2593) * Add config to validate before domain rules for JSON Schema (#2596) * Cache FieldAccessor to address CSFLE perf with JSON (#2601) ## Fixes * Ensure dispose methods clean up properly (#2595) ## 2.13.2 ## Enhancements - Preserve inner exceptions in RestService (#2571) ## Fixes - Support multi-certificate PEM bundles in Schema Registry SslCaLocation (#2576) ## 2.13.1 ## Enhancements - Unify build configurations and remove redundant properties (#2464) - JSONSchema Validation Errors: Include paths to nested properties (#2554) - Add Confluent-Client-Version header to requests to SR, C# client (#2549) ## Fixes - Fix DeriveKey in Hkdf implementation (#2559) - Ensure single use of HttpRequestMessage for token fetch (#2544) - Fix race conditions when retrieving KEK/DEK (#2565) - Allowing for Confluent-Identity-Pool-Id to be optional (#2564) - Ensure JSON schema access is thread-safe (#2567) - Use lock on root schema when protecting access to subschemas (#2568) - Processing arrays and maps sequentially to avoid race conditions (#2569) ## 2.13.0 ## Enhancements * References librdkafka.redist 2.13.0. Refer to the [librdkafka v2.13.0 release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.13.0) for more information. * Support Avro schema references for C# client (#2534) * Add Accept-Version header (#2536) * Handle evolution during field transformation (#2541) * Re-enable deserialization optimization by removing unnecessary array conversions (#2531) ## Fixes * Ensure schemaId initialization is thread-safe (#2540) * Ensure all deps are strongly named (#2548) ## 2.12.0 ## [KIP-848](https://cwiki.apache.org/confluence/display/KAFKA/KIP-848%3A+The+Next+Generation+of+the+Consumer+Rebalance+Protocol) – General Availability Starting with __Confluent.Kafka 2.12.0__, the next generation consumer group rebalance protocol defined in **[KIP-848](https://cwiki.apache.org/confluence/display/KAFKA/KIP-848%3A+The+Next+Generation+of+the+Consumer+Rebalance+Protocol)** is **production-ready**. Please refer to the following [migration guide](doc/kip-848-migration-guide.md) for moving from `Classic` to `Consumer` protocol. **Note:** The new consumer group protocol defined in [KIP-848](https://cwiki.apache.org/confluence/display/KAFKA/KIP-848%3A+The+Next+Generation+of+the+Consumer+Rebalance+Protocol) is not enabled by default. There are few contract change associated with the new protocol and might cause breaking changes. `GroupProtocol` configuration property dictates whether to use the new `Consumer` protocol or older `Classic` protocol. It defaults to `Classic` if not provided. ## Enhancements * References librdkafka.redist 2.12.0. Refer to the [librdkafka v2.12.0 release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.12.0) for more information. * OAuth OIDC method example for Kafka metadata based authentication with an Azure IMDS endpoint using an attached managed identity as principal (#2526). ## 2.11.1 ## Enhancements * References librdkafka.redist 2.11.1. Refer to the [librdkafka v2.11.1 release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.11.1) for more information. ## 2.11.0 ## Enhancements * References librdkafka.redist 2.11.0. Refer to the [librdkafka v2.11.0 release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.11.0) for more information. ## 2.10.1 ## Enhancements * References librdkafka.redist 2.10.1. Refer to the [librdkafka v2.10.1 release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.10.1) for more information. ## 2.10.0 ## Enhancements * References librdkafka.redist 2.10.0. Refer to the [librdkafka v2.10.0 release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.10.0) for more information. * [KIP-848] Group Config is now supported in AlterConfigs, IncrementalAlterConfigs and DescribeConfigs. (#2366) ## 2.9.0 ## Enhancements * Add utilities to convert decimals from/to Protobuf (#2424) * Add client credentials OAuth support (#2426) * Add support for passing schema ID during serialization (#2428) * Optimize schema registry client by caching results of LookupSchemaAsync (#2429) * Use ConcurrentDictionary as default cache for Schema Registry client (#2433) ## Fixes * Fix JSON Schema validation to use latest schema if needed (#2406) * Support Protobuf oneof fields in Data Contract rules (#2413) Commits viewable in [compare view](https://github.com/confluentinc/confluent-kafka-dotnet/compare/v2.8.0...v2.14.0). </details> Updated [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.30.0 to 3.35.0. <details> <summary>Release notes</summary> _Sourced from [Google.Protobuf's releases](https://github.com/protocolbuffers/protobuf/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/protocolbuffers/protobuf/commits). </details> Updated [Grpc.AspNetCore](https://github.com/grpc/grpc-dotnet) from 2.67.0 to 2.80.0. <details> <summary>Release notes</summary> _Sourced from [Grpc.AspNetCore's releases](https://github.com/grpc/grpc-dotnet/releases)._ ## 2.80.0 ## What's Changed * Update .NET 10, System.CommandLine 2.0.0, fix warnings by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2677 * Fix System.CommandLine 2.0.0 Uri parsing in GrpcClient benchmark app by @ilonatommy in https://github.com/grpc/grpc-dotnet/pull/2695 * Implement GrpcServiceEndpointConventionBuilder.Finally by @halter73 in https://github.com/grpc/grpc-dotnet/pull/2693 * Bump axios from 1.11.0 to 1.12.2 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2669 * Bump webpack from 5.101.0 to 5.105.0 in /examples/Browser/Server/wwwroot by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2689 * Bump lodash from 4.17.21 to 4.17.23 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2687 * Bump glob from 10.4.5 to 10.5.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2679 * Bump basic-ftp from 5.0.5 to 5.2.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2698 * Bump serialize-javascript and terser-webpack-plugin in /examples/Browser/Server/wwwroot by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2699 * Bump minimatch in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2700 * Bump axios from 1.12.2 to 1.13.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2701 * Bump js-yaml in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2702 * Handle Trailers-Only OK responses in streaming calls without exception handling by @michaelmccord in https://github.com/grpc/grpc-dotnet/pull/2697 * Bump picomatch in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2703 * Implement v1 reflection service and clean up integration by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2704 * Bump brace-expansion in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2706 * Fix flaky PickAsync_UpdateAddressesWhileRequestingConnection_DoesNotDeadlock test by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2705 * Bump Tools Version prep for release v2.80.0 by @asheshvidyut in https://github.com/grpc/grpc-dotnet/pull/2707 * [Release v2.80.x] Fix the version number - Step 3 by @asheshvidyut in https://github.com/grpc/grpc-dotnet/pull/2711 * Rel (v1.80.0) Prep for stable release by @asheshvidyut in https://github.com/grpc/grpc-dotnet/pull/2723 ## New Contributors * @ilonatommy made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2695 * @halter73 made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2693 * @michaelmccord made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2697 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.76.0...v2.80.0 ## 2.80.0-pre1 ## What's Changed * Update .NET 10, System.CommandLine 2.0.0, fix warnings by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2677 * Fix System.CommandLine 2.0.0 Uri parsing in GrpcClient benchmark app by @ilonatommy in https://github.com/grpc/grpc-dotnet/pull/2695 * Implement GrpcServiceEndpointConventionBuilder.Finally by @halter73 in https://github.com/grpc/grpc-dotnet/pull/2693 * Bump axios from 1.11.0 to 1.12.2 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2669 * Bump webpack from 5.101.0 to 5.105.0 in /examples/Browser/Server/wwwroot by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2689 * Bump lodash from 4.17.21 to 4.17.23 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2687 * Bump glob from 10.4.5 to 10.5.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2679 * Bump basic-ftp from 5.0.5 to 5.2.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2698 * Bump serialize-javascript and terser-webpack-plugin in /examples/Browser/Server/wwwroot by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2699 * Bump minimatch in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2700 * Bump axios from 1.12.2 to 1.13.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2701 * Bump js-yaml in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2702 * Handle Trailers-Only OK responses in streaming calls without exception handling by @michaelmccord in https://github.com/grpc/grpc-dotnet/pull/2697 * Bump picomatch in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2703 * Implement v1 reflection service and clean up integration by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2704 * Bump brace-expansion in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2706 * Fix flaky PickAsync_UpdateAddressesWhileRequestingConnection_DoesNotDeadlock test by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2705 * Bump Tools Version prep for release v2.80.0 by @asheshvidyut in https://github.com/grpc/grpc-dotnet/pull/2707 * [Release v2.80.x] Fix the version number - Step 3 by @asheshvidyut in https://github.com/grpc/grpc-dotnet/pull/2711 ## New Contributors * @ilonatommy made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2695 * @halter73 made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2693 * @michaelmccord made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2697 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.76.0...v2.80.0-pre1 ## 2.76.0 ## What's Changed * Remove reference to obsolete property from Readme and mention alternative by @KnapSac in https://github.com/grpc/grpc-dotnet/pull/2631 * Migrate from sln to slnx by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2635 * Bump tar-fs from 3.0.8 to 3.0.9 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2636 * MapGrpcService with service definition refactor by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2634 * Bump brace-expansion from 1.1.11 to 1.1.12 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2639 * Fix shared code by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2640 * Bump pbkdf2 from 3.1.2 to 3.1.3 in /examples/Spar/Server/ClientApp by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2642 * Add protobuf-net code-first to README.md by @weitzhandler in https://github.com/grpc/grpc-dotnet/pull/2644 * Add more options to perf client by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2648 * Update docs and starvs for slnx by @MihaZupan in https://github.com/grpc/grpc-dotnet/pull/2649 * Support reading compressed grpc-web trailing headers by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2650 * Add .NET 10 target by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2653 * Update project.json packages and examples by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2658 * Bump tar-fs from 3.1.0 to 3.1.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2668 * Update Grpc.Tools dependency to latest version by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2675 * Update version on v2.76.x to 2.76.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2676 * Prep for stable release by @asheshvidyut in https://github.com/grpc/grpc-dotnet/pull/2682 ## New Contributors * @KnapSac made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2631 * @weitzhandler made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2644 * @MihaZupan made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2649 * @asheshvidyut made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2682 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.71.0...v2.76.0 ## 2.76.0-pre1 ## What's Changed * Remove reference to obsolete property from Readme and mention alternative by @KnapSac in https://github.com/grpc/grpc-dotnet/pull/2631 * Migrate from sln to slnx by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2635 * Bump tar-fs from 3.0.8 to 3.0.9 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2636 * MapGrpcService with service definition refactor by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2634 * Bump brace-expansion from 1.1.11 to 1.1.12 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2639 * Fix shared code by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2640 * Bump pbkdf2 from 3.1.2 to 3.1.3 in /examples/Spar/Server/ClientApp by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2642 * Add protobuf-net code-first to README.md by @weitzhandler in https://github.com/grpc/grpc-dotnet/pull/2644 * Add more options to perf client by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2648 * Update docs and starvs for slnx by @MihaZupan in https://github.com/grpc/grpc-dotnet/pull/2649 * Support reading compressed grpc-web trailing headers by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2650 * Add .NET 10 target by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2653 * Update project.json packages and examples by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2658 * Bump tar-fs from 3.1.0 to 3.1.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2668 * Update Grpc.Tools dependency to latest version by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2675 * Update version on v2.76.x to 2.76.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2676 ## New Contributors * @KnapSac made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2631 * @weitzhandler made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2644 * @MihaZupan made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2649 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.71.0...v2.76.0-pre1 ## 2.71.0 ## What's Changed * Remove old dotnet-core feed by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2611 * Bump axios from 1.7.4 to 1.8.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2615 * Bump @babel/helpers from 7.25.0 to 7.27.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2616 * Bump tar-fs from 3.0.6 to 3.0.8 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2619 * Fix race condition that caused inprogress connect to be canceled by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2618 * Bump tools package to 2.71 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2621 * Update NuGet package versions by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2620 * bump version to 2.71.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2622 * Bump version on 2.71 for final release by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2627 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.70.0...v2.71.0 ## 2.71.0-pre1 ## What's Changed * Remove old dotnet-core feed by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2611 * Bump axios from 1.7.4 to 1.8.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2615 * Bump @babel/helpers from 7.25.0 to 7.27.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2616 * Bump tar-fs from 3.0.6 to 3.0.8 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2619 * Fix race condition that caused inprogress connect to be canceled by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2618 * Bump tools package to 2.71 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2621 * Update NuGet package versions by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2620 * bump version to 2.71.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2622 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.70.0...v2.71.0-pre1 ## 2.70.0 ## What's Changed * update ArgumentNullException.ThrowIfNull usage by @WeihanLi in https://github.com/grpc/grpc-dotnet/pull/2563 * use nameof for CallerArgumentExpression by @WeihanLi in https://github.com/grpc/grpc-dotnet/pull/2562 * Correctness: Make some private & internal classes sealed where possible by @Henr1k80 in https://github.com/grpc/grpc-dotnet/pull/2559 * Bump vue from 2.6.14 to 3.0.0 in /examples/Spar/Server/ClientApp by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2565 * Bump cross-spawn from 7.0.3 to 7.0.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2574 * [vote]Added Active maintainers into MAINTAINERS.md. by @subhraOffGit in https://github.com/grpc/grpc-dotnet/pull/2449 * Refactor: Use `await using` for `packageVersionStream` to ensure proper disposal of async resources by @dexcompiler in https://github.com/grpc/grpc-dotnet/pull/2521 * Performance microoptimizations by @Henr1k80 in https://github.com/grpc/grpc-dotnet/pull/2558 * Complete health checks watch service on server shutting down by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2582 * Avoid using ConcurrentDictionary for channels with few methods by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2597 * Bump elliptic from 6.6.0 to 6.6.1 in /examples/Spar/Server/ClientApp by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2599 * Move updating connectivity state outside of subchannel lock by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2601 * Bump Grpc.Tools dependency by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2603 * bump version on v2.70.x branch by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2604 * Change version to 2.70.0 by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2610 ## New Contributors * @Henr1k80 made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2559 * @subhraOffGit made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2449 * @dexcompiler made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2521 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.67.0...v2.70.0 Commits viewable in [compare view](https://github.com/grpc/grpc-dotnet/compare/v2.67.0...v2.80.0). </details> Updated [Grpc.AspNetCore.HealthChecks](https://github.com/grpc/grpc-dotnet) from 2.67.0 to 2.80.0. <details> <summary>Release notes</summary> _Sourced from [Grpc.AspNetCore.HealthChecks's releases](https://github.com/grpc/grpc-dotnet/releases)._ ## 2.80.0 ## What's Changed * Update .NET 10, System.CommandLine 2.0.0, fix warnings by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2677 * Fix System.CommandLine 2.0.0 Uri parsing in GrpcClient benchmark app by @ilonatommy in https://github.com/grpc/grpc-dotnet/pull/2695 * Implement GrpcServiceEndpointConventionBuilder.Finally by @halter73 in https://github.com/grpc/grpc-dotnet/pull/2693 * Bump axios from 1.11.0 to 1.12.2 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2669 * Bump webpack from 5.101.0 to 5.105.0 in /examples/Browser/Server/wwwroot by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2689 * Bump lodash from 4.17.21 to 4.17.23 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2687 * Bump glob from 10.4.5 to 10.5.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2679 * Bump basic-ftp from 5.0.5 to 5.2.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2698 * Bump serialize-javascript and terser-webpack-plugin in /examples/Browser/Server/wwwroot by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2699 * Bump minimatch in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2700 * Bump axios from 1.12.2 to 1.13.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2701 * Bump js-yaml in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2702 * Handle Trailers-Only OK responses in streaming calls without exception handling by @michaelmccord in https://github.com/grpc/grpc-dotnet/pull/2697 * Bump picomatch in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2703 * Implement v1 reflection service and clean up integration by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2704 * Bump brace-expansion in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2706 * Fix flaky PickAsync_UpdateAddressesWhileRequestingConnection_DoesNotDeadlock test by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2705 * Bump Tools Version prep for release v2.80.0 by @asheshvidyut in https://github.com/grpc/grpc-dotnet/pull/2707 * [Release v2.80.x] Fix the version number - Step 3 by @asheshvidyut in https://github.com/grpc/grpc-dotnet/pull/2711 * Rel (v1.80.0) Prep for stable release by @asheshvidyut in https://github.com/grpc/grpc-dotnet/pull/2723 ## New Contributors * @ilonatommy made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2695 * @halter73 made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2693 * @michaelmccord made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2697 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.76.0...v2.80.0 ## 2.80.0-pre1 ## What's Changed * Update .NET 10, System.CommandLine 2.0.0, fix warnings by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2677 * Fix System.CommandLine 2.0.0 Uri parsing in GrpcClient benchmark app by @ilonatommy in https://github.com/grpc/grpc-dotnet/pull/2695 * Implement GrpcServiceEndpointConventionBuilder.Finally by @halter73 in https://github.com/grpc/grpc-dotnet/pull/2693 * Bump axios from 1.11.0 to 1.12.2 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2669 * Bump webpack from 5.101.0 to 5.105.0 in /examples/Browser/Server/wwwroot by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2689 * Bump lodash from 4.17.21 to 4.17.23 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2687 * Bump glob from 10.4.5 to 10.5.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2679 * Bump basic-ftp from 5.0.5 to 5.2.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2698 * Bump serialize-javascript and terser-webpack-plugin in /examples/Browser/Server/wwwroot by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2699 * Bump minimatch in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2700 * Bump axios from 1.12.2 to 1.13.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2701 * Bump js-yaml in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2702 * Handle Trailers-Only OK responses in streaming calls without exception handling by @michaelmccord in https://github.com/grpc/grpc-dotnet/pull/2697 * Bump picomatch in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2703 * Implement v1 reflection service and clean up integration by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2704 * Bump brace-expansion in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2706 * Fix flaky PickAsync_UpdateAddressesWhileRequestingConnection_DoesNotDeadlock test by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2705 * Bump Tools Version prep for release v2.80.0 by @asheshvidyut in https://github.com/grpc/grpc-dotnet/pull/2707 * [Release v2.80.x] Fix the version number - Step 3 by @asheshvidyut in https://github.com/grpc/grpc-dotnet/pull/2711 ## New Contributors * @ilonatommy made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2695 * @halter73 made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2693 * @michaelmccord made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2697 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.76.0...v2.80.0-pre1 ## 2.76.0 ## What's Changed * Remove reference to obsolete property from Readme and mention alternative by @KnapSac in https://github.com/grpc/grpc-dotnet/pull/2631 * Migrate from sln to slnx by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2635 * Bump tar-fs from 3.0.8 to 3.0.9 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2636 * MapGrpcService with service definition refactor by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2634 * Bump brace-expansion from 1.1.11 to 1.1.12 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2639 * Fix shared code by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2640 * Bump pbkdf2 from 3.1.2 to 3.1.3 in /examples/Spar/Server/ClientApp by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2642 * Add protobuf-net code-first to README.md by @weitzhandler in https://github.com/grpc/grpc-dotnet/pull/2644 * Add more options to perf client by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2648 * Update docs and starvs for slnx by @MihaZupan in https://github.com/grpc/grpc-dotnet/pull/2649 * Support reading compressed grpc-web trailing headers by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2650 * Add .NET 10 target by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2653 * Update project.json packages and examples by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2658 * Bump tar-fs from 3.1.0 to 3.1.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2668 * Update Grpc.Tools dependency to latest version by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2675 * Update version on v2.76.x to 2.76.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2676 * Prep for stable release by @asheshvidyut in https://github.com/grpc/grpc-dotnet/pull/2682 ## New Contributors * @KnapSac made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2631 * @weitzhandler made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2644 * @MihaZupan made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2649 * @asheshvidyut made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2682 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.71.0...v2.76.0 ## 2.76.0-pre1 ## What's Changed * Remove reference to obsolete property from Readme and mention alternative by @KnapSac in https://github.com/grpc/grpc-dotnet/pull/2631 * Migrate from sln to slnx by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2635 * Bump tar-fs from 3.0.8 to 3.0.9 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2636 * MapGrpcService with service definition refactor by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2634 * Bump brace-expansion from 1.1.11 to 1.1.12 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2639 * Fix shared code by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2640 * Bump pbkdf2 from 3.1.2 to 3.1.3 in /examples/Spar/Server/ClientApp by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2642 * Add protobuf-net code-first to README.md by @weitzhandler in https://github.com/grpc/grpc-dotnet/pull/2644 * Add more options to perf client by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2648 * Update docs and starvs for slnx by @MihaZupan in https://github.com/grpc/grpc-dotnet/pull/2649 * Support reading compressed grpc-web trailing headers by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2650 * Add .NET 10 target by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2653 * Update project.json packages and examples by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2658 * Bump tar-fs from 3.1.0 to 3.1.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2668 * Update Grpc.Tools dependency to latest version by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2675 * Update version on v2.76.x to 2.76.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2676 ## New Contributors * @KnapSac made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2631 * @weitzhandler made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2644 * @MihaZupan made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2649 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.71.0...v2.76.0-pre1 ## 2.71.0 ## What's Changed * Remove old dotnet-core feed by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2611 * Bump axios from 1.7.4 to 1.8.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2615 * Bump @babel/helpers from 7.25.0 to 7.27.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2616 * Bump tar-fs from 3.0.6 to 3.0.8 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2619 * Fix race condition that caused inprogress connect to be canceled by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2618 * Bump tools package to 2.71 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2621 * Update NuGet package versions by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2620 * bump version to 2.71.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2622 * Bump version on 2.71 for final release by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2627 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.70.0...v2.71.0 ## 2.71.0-pre1 ## What's Changed * Remove old dotnet-core feed by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2611 * Bump axios from 1.7.4 to 1.8.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2615 * Bump @babel/helpers from 7.25.0 to 7.27.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2616 * Bump tar-fs from 3.0.6 to 3.0.8 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2619 * Fix race condition that caused inprogress connect to be canceled by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2618 * Bump tools package to 2.71 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2621 * Update NuGet package versions by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2620 * bump version to 2.71.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2622 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.70.0...v2.71.0-pre1 ## 2.70.0 ## What's Changed * update ArgumentNullException.ThrowIfNull usage by @WeihanLi in https://github.com/grpc/grpc-dotnet/pull/2563 * use nameof for CallerArgumentExpression by @WeihanLi in https://github.com/grpc/grpc-dotnet/pull/2562 * Correctness: Make some private & internal classes sealed where possible by @Henr1k80 in https://github.com/grpc/grpc-dotnet/pull/2559 * Bump vue from 2.6.14 to 3.0.0 in /examples/Spar/Server/ClientApp by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2565 * Bump cross-spawn from 7.0.3 to 7.0.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2574 * [vote]Added Active maintainers into MAINTAINERS.md. by @subhraOffGit in https://github.com/grpc/grpc-dotnet/pull/2449 * Refactor: Use `await using` for `packageVersionStream` to ensure proper disposal of async resources by @dexcompiler in https://github.com/grpc/grpc-dotnet/pull/2521 * Performance microoptimizations by @Henr1k80 in https://github.com/grpc/grpc-dotnet/pull/2558 * Complete health checks watch service on server shutting down by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2582 * Avoid using ConcurrentDictionary for channels with few methods by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2597 * Bump elliptic from 6.6.0 to 6.6.1 in /examples/Spar/Server/ClientApp by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2599 * Move updating connectivity state outside of subchannel lock by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2601 * Bump Grpc.Tools dependency by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2603 * bump version on v2.70.x branch by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2604 * Change version to 2.70.0 by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2610 ## New Contributors * @Henr1k80 made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2559 * @subhraOffGit made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2449 * @dexcompiler made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2521 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.67.0...v2.70.0 Commits viewable in [compare view](https://github.com/grpc/grpc-dotnet/compare/v2.67.0...v2.80.0). </details> Updated [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.70.0 to 2.80.0. <details> <summary>Release notes</summary> _Sourced from [Grpc.Net.Client's releases](https://github.com/grpc/grpc-dotnet/releases)._ ## 2.80.0 ## What's Changed * Update .NET 10, System.CommandLine 2.0.0, fix warnings by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2677 * Fix System.CommandLine 2.0.0 Uri parsing in GrpcClient benchmark app by @ilonatommy in https://github.com/grpc/grpc-dotnet/pull/2695 * Implement GrpcServiceEndpointConventionBuilder.Finally by @halter73 in https://github.com/grpc/grpc-dotnet/pull/2693 * Bump axios from 1.11.0 to 1.12.2 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2669 * Bump webpack from 5.101.0 to 5.105.0 in /examples/Browser/Server/wwwroot by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2689 * Bump lodash from 4.17.21 to 4.17.23 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2687 * Bump glob from 10.4.5 to 10.5.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2679 * Bump basic-ftp from 5.0.5 to 5.2.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2698 * Bump serialize-javascript and terser-webpack-plugin in /examples/Browser/Server/wwwroot by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2699 * Bump minimatch in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2700 * Bump axios from 1.12.2 to 1.13.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2701 * Bump js-yaml in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2702 * Handle Trailers-Only OK responses in streaming calls without exception handling by @michaelmccord in https://github.com/grpc/grpc-dotnet/pull/2697 * Bump picomatch in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2703 * Implement v1 reflection service and clean up integration by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2704 * Bump brace-expansion in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2706 * Fix flaky PickAsync_UpdateAddressesWhileRequestingConnection_DoesNotDeadlock test by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2705 * Bump Tools Version prep for release v2.80.0 by @asheshvidyut in https://github.com/grpc/grpc-dotnet/pull/2707 * [Release v2.80.x] Fix the version number - Step 3 by @asheshvidyut in https://github.com/grpc/grpc-dotnet/pull/2711 * Rel (v1.80.0) Prep for stable release by @asheshvidyut in https://github.com/grpc/grpc-dotnet/pull/2723 ## New Contributors * @ilonatommy made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2695 * @halter73 made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2693 * @michaelmccord made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2697 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.76.0...v2.80.0 ## 2.80.0-pre1 ## What's Changed * Update .NET 10, System.CommandLine 2.0.0, fix warnings by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2677 * Fix System.CommandLine 2.0.0 Uri parsing in GrpcClient benchmark app by @ilonatommy in https://github.com/grpc/grpc-dotnet/pull/2695 * Implement GrpcServiceEndpointConventionBuilder.Finally by @halter73 in https://github.com/grpc/grpc-dotnet/pull/2693 * Bump axios from 1.11.0 to 1.12.2 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2669 * Bump webpack from 5.101.0 to 5.105.0 in /examples/Browser/Server/wwwroot by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2689 * Bump lodash from 4.17.21 to 4.17.23 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2687 * Bump glob from 10.4.5 to 10.5.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2679 * Bump basic-ftp from 5.0.5 to 5.2.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2698 * Bump serialize-javascript and terser-webpack-plugin in /examples/Browser/Server/wwwroot by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2699 * Bump minimatch in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2700 * Bump axios from 1.12.2 to 1.13.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2701 * Bump js-yaml in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2702 * Handle Trailers-Only OK responses in streaming calls without exception handling by @michaelmccord in https://github.com/grpc/grpc-dotnet/pull/2697 * Bump picomatch in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2703 * Implement v1 reflection service and clean up integration by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2704 * Bump brace-expansion in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2706 * Fix flaky PickAsync_UpdateAddressesWhileRequestingConnection_DoesNotDeadlock test by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2705 * Bump Tools Version prep for release v2.80.0 by @asheshvidyut in https://github.com/grpc/grpc-dotnet/pull/2707 * [Release v2.80.x] Fix the version number - Step 3 by @asheshvidyut in https://github.com/grpc/grpc-dotnet/pull/2711 ## New Contributors * @ilonatommy made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2695 * @halter73 made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2693 * @michaelmccord made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2697 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.76.0...v2.80.0-pre1 ## 2.76.0 ## What's Changed * Remove reference to obsolete property from Readme and mention alternative by @KnapSac in https://github.com/grpc/grpc-dotnet/pull/2631 * Migrate from sln to slnx by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2635 * Bump tar-fs from 3.0.8 to 3.0.9 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2636 * MapGrpcService with service definition refactor by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2634 * Bump brace-expansion from 1.1.11 to 1.1.12 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2639 * Fix shared code by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2640 * Bump pbkdf2 from 3.1.2 to 3.1.3 in /examples/Spar/Server/ClientApp by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2642 * Add protobuf-net code-first to README.md by @weitzhandler in https://github.com/grpc/grpc-dotnet/pull/2644 * Add more options to perf client by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2648 * Update docs and starvs for slnx by @MihaZupan in https://github.com/grpc/grpc-dotnet/pull/2649 * Support reading compressed grpc-web trailing headers by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2650 * Add .NET 10 target by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2653 * Update project.json packages and examples by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2658 * Bump tar-fs from 3.1.0 to 3.1.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2668 * Update Grpc.Tools dependency to latest version by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2675 * Update version on v2.76.x to 2.76.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2676 * Prep for stable release by @asheshvidyut in https://github.com/grpc/grpc-dotnet/pull/2682 ## New Contributors * @KnapSac made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2631 * @weitzhandler made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2644 * @MihaZupan made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2649 * @asheshvidyut made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2682 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.71.0...v2.76.0 ## 2.76.0-pre1 ## What's Changed * Remove reference to obsolete property from Readme and mention alternative by @KnapSac in https://github.com/grpc/grpc-dotnet/pull/2631 * Migrate from sln to slnx by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2635 * Bump tar-fs from 3.0.8 to 3.0.9 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2636 * MapGrpcService with service definition refactor by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2634 * Bump brace-expansion from 1.1.11 to 1.1.12 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2639 * Fix shared code by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2640 * Bump pbkdf2 from 3.1.2 to 3.1.3 in /examples/Spar/Server/ClientApp by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2642 * Add protobuf-net code-first to README.md by @weitzhandler in https://github.com/grpc/grpc-dotnet/pull/2644 * Add more options to perf client by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2648 * Update docs and starvs for slnx by @MihaZupan in https://github.com/grpc/grpc-dotnet/pull/2649 * Support reading compressed grpc-web trailing headers by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2650 * Add .NET 10 target by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2653 * Update project.json packages and examples by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2658 * Bump tar-fs from 3.1.0 to 3.1.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in https://github.com/grpc/grpc-dotnet/pull/2668 * Update Grpc.Tools dependency to latest version by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2675 * Update version on v2.76.x to 2.76.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2676 ## New Contributors * @KnapSac made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2631 * @weitzhandler made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2644 * @MihaZupan made their first contribution in https://github.com/grpc/grpc-dotnet/pull/2649 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.71.0...v2.76.0-pre1 ## 2.71.0 ## What's Changed * Remove old dotnet-core feed by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2611 * Bump axios from 1.7.4 to 1.8.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2615 * Bump @babel/helpers from 7.25.0 to 7.27.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2616 * Bump tar-fs from 3.0.6 to 3.0.8 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2619 * Fix race condition that caused inprogress connect to be canceled by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2618 * Bump tools package to 2.71 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2621 * Update NuGet package versions by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2620 * bump version to 2.71.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2622 * Bump version on 2.71 for final release by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2627 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.70.0...v2.71.0 ## 2.71.0-pre1 ## What's Changed * Remove old dotnet-core feed by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2611 * Bump axios from 1.7.4 to 1.8.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2615 * Bump @babel/helpers from 7.25.0 to 7.27.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2616 * Bump tar-fs from 3.0.6 to 3.0.8 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2619 * Fix race condition that caused inprogress connect to be canceled by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2618 * Bump tools package to 2.71 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2621 * Update NuGet package versions by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2620 * bump version to 2.71.0-pre1 by @apolcyn in https://github.com/grpc/grpc-dotnet/pull/2622 **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.70.0...v2.71.0-pre1 Commits viewable in [compare view](https://github.com/grpc/grpc-dotnet/compare/v2.70.0...v2.80.0). </details> Updated [Grpc.Tools](https://github.com/grpc/grpc) from 2.68.1 to 2.80.0. <details> <summary>Release notes</summary> _Sourced from [Grpc.Tools's releases](https://github.com/grpc/grpc/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/grpc/grpc/commits). </details> Updated [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 8.0.13 to 8.0.27. <details> <summary>Release notes</summary> _Sourced from [Microsoft.AspNetCore.TestHost's releases](https://github.com/dotnet/aspnetcore/releases)._ ## 8.0.27 [Release](https://github.com/dotnet/core/releases/tag/v8.0.27) ## What's Changed * [release/8.0] Update branding to 8.0.27 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/66205 * [release/8.0] Update NPM dependencies by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/66052 * [release/8.0] Move off of dead-lettered Windows preview helix queue by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/66220 * [release/8.0] (deps): Bump src/submodules/googletest from `73a63ea` to `d72f9c8` by @dependabot[bot] in https://github.com/dotnet/aspnetcore/pull/66087 * [release/8.0] Replace dn-bot-dnceng-build-rw-code-rw PAT with WIF service connection in mirror-within-azdo by @missymessa in https://github.com/dotnet/aspnetcore/pull/66115 * [release/8.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/66216 * [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/66081 * [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/66131 * [release/8.0] Update @azure/msal-browser from 2.x to 4.x by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/66236 * [release/8.0] Use source-build-assets repo by @NikolaMilosavljevic in https://github.com/dotnet/aspnetcore/pull/66276 * Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/66317 **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.26...v8.0.27 ## 8.0.26 [Release](https://github.com/dotnet/core/releases/tag/v8.0.26) ## What's Changed * [release/8.0] Update branding to 8.0.26 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/65635 * [release/8.0] (deps): Bump src/submodules/googletest from `56efe39` to `73a63ea` by @dependabot[bot] in https://github.com/dotnet/aspnetcore/pull/65586 * [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/65581 * [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/65621 * [release/8.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/65615 * Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/65730 **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.25...v8.0.26 ## 8.0.25 [Release](https://github.com/dotnet/core/releases/tag/v8.0.25) ## What's Changed * Update branding to 8.0.25 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/65293 * [release/8.0] (deps): Bump src/submodules/googletest from `9156d4c` to `56efe39` by @dependabot[bot] in https://github.com/dotnet/aspnetcore/pull/65289 * [release/8.0] Add support for hotfix branding by @mmitche in https://github.com/dotnet/aspnetcore/pull/65252 * [release/8.0] Remove package baseline infrastructure by @Copilot in https://github.com/dotnet/aspnetcore/pull/65209 * [release/8.0] Set network isolation policy for aspnetcore-ci by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/65173 * [release/8.0] Fix URL format for JDK download on linux by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/65076 * [release/8.0] Disable parallel restore for Grpc JsonTranscoding by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/65073 * [release/8.0] Update Ubuntu queue to 22.04 by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/65299 * [release/8.0] Re-enable Nuget Audit by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/65328 * [release/8.0] Don't use netcoreapp2.1 in dotnet-getdocument by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/65331 * [release/8.0] Update AzureIdentityVersion to 1.11.4 by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/65332 * [release/8.0] Disable parallel restore for linker tests by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/65375 * Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/65382 * [release/8.0] Switch to non-preview 2022 queue by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/65413 **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.24...v8.0.25 ## 8.0.24 [Release](https://github.com/dotnet/core/releases/tag/v8.0.24) ## 8.0.23 [Release](https://github.com/dotnet/core/releases/tag/v8.0.23) ## What's Changed https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-january-2026-servicing-updates/#release-changelogs ## 8.0.22 [Release](https://github.com/dotnet/core/releases/tag/v8.0.22) ## What's Changed * Update branding to 8.0.22 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/63949 * [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/63664 * [release/8.0] (http2): Lower WINDOWS_UPDATE received on (half)closed stream to stream abortion by @DeagleGross in https://github.com/dotnet/aspnetcore/pull/63903 * [release/8.0] (deps): Bump src/submodules/googletest from `eb2d85e` to `9706f75` by @dependabot[bot] in https://github.com/dotnet/aspnetcore/pull/63893 * [release/8.0] Fixed devtools url used for debug with chrome and edge by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/62080 * [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/63665 * [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/63957 * Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/64035 * Mark productVersion.txt as shipping artifact in 8.0 by @Copilot in https://github.com/dotnet/aspnetcore/pull/64067 * Revert log level severity for unknown proxy in ForwardedHeadersMiddleware by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/64090 **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.21...v8.0.22 ## 8.0.21 [Release](https://github.com/dotnet/core/releases/tag/v8.0.21) ## What's Changed * Update branding to 8.0.21 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/63509 * [release/8.0] (deps): Bump src/submodules/googletest from `373af2e` to `eb2d85e` by @dependabot[bot] in https://github.com/dotnet/aspnetcore/pull/63500 * [release/8.0] Make duplicate deb/rpm packages so we can sign them with the new PMC key by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/63250 * [release/8.0] Extend Unofficial 1ES template in IdentityModel nightly tests job by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/63466 * [release/8.0] Quarantine ResponseBody_WriteContentLength_PassedThrough by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/63534 * [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/63261 * [release/8.0] Use wait assert in flaky tests by @ilonatommy in https://github.com/dotnet/aspnetcore/pull/63565 * [release/8.0] Update Microsoft.Build versions by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/62507 * Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/63603 * backport(8.0): Fix runtime architecture detection logic in ANCM by @DeagleGross in https://github.com/dotnet/aspnetcore/pull/63706 **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.20...v8.0.21 ## 8.0.20 [Release](https://github.com/dotnet/core/releases/tag/v8.0.20) ## What's Changed * Update branding to 8.0.20 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/63106 * [release/8.0] (deps): Bump src/submodules/googletest from `c67de11` to `373af2e` by @dependabot[bot] in https://github.com/dotnet/aspnetcore/pull/63038 * [release/8.0] Dispose the certificate chain elements with the chain by @MackinnonBuck in https://github.com/dotnet/aspnetcore/pull/62994 * [release/8.0] Update SignalR Redis tests to use internal Docker Hub mirror by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/63117 * [release/8.0] [SignalR] Don't throw for message headers in Java client by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/62784 * Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/63152 * [release/8.0] Update dependencies from dotnet/extensions by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/63188 * [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/63189 **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.19...v8.0.20 ## 8.0.18 [Release](https://github.com/dotnet/core/releases/tag/v8.0.18) ## What's Changed * Update branding to 8.0.18 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/62241 * [release/8.0] Update Alpine helix references by @github-actions in https://github.com/dotnet/aspnetcore/pull/62243 * [release/8.0] (deps): Bump src/submodules/googletest from `04ee1b4` to `e9092b1` by @dependabot in https://github.com/dotnet/aspnetcore/pull/62201 * [8.0] Delete src/arcade directory by @akoeplinger in https://github.com/dotnet/aspnetcore/pull/61994 * [Backport 8.0] [IIS] Manually parse exe bitness (#61894) by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/62037 * [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/62006 * [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61944 * [release/8.0] Associate tagged keys with entries so replacements are not evicted by @github-actions in https://github.com/dotnet/aspnetcore/pull/62247 * [release/8.0] Block test that is failing after switching to latest-chrome by @github-actions in https://github.com/dotnet/aspnetcore/pull/62284 * backport(net8.0): http.sys on-demand TLS client hello retrieval by @DeagleGross in https://github.com/dotnet/aspnetcore/pull/62290 * Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/62302 **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.17...v8.0.18 ## 8.0.17 ## Bug Fixes - **Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy** ([#61623](https://github.com/dotnet/aspnetcore/pull/61623)) The Forwarded Headers Middleware now ignores `X-Forwarded-Headers` sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests. ## Dependency Updates - **Update dependencies from dotnet/arcade** ([#61832](https://github.com/dotnet/aspnetcore/pull/61832)) This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure. - **Bump src/submodules/googletest from `52204f7` to `04ee1b4`** ([#61761](https://github.com/dotnet/aspnetcore/pull/61761)) The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components. ## Miscellaneous - **Update branding to 8.0.17** ([#61830](https://github.com/dotnet/aspnetcore/pull/61830)) The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation. - **Merging internal commits for release/8.0** ([#61924](https://github.com/dotnet/aspnetcore/pull/61924)) This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date. --- This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests. **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.16...v8.0.17 ## 8.0.16 [Release](https://github.com/dotnet/core/releases/tag/v8.0.16) ## What's Changed * Update branding to 8.0.16 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/61283 * [release/8.0] (deps): Bump src/submodules/googletest from `24a9e94` to `52204f7` by @dependabot in https://github.com/dotnet/aspnetcore/pull/61260 * [release/8.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61281 * [release/8.0] Upgrade to Ubuntu 22 by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/61216 * [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/60901 * [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/60926 * [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61404 * Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/61398 * [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61411 * Revert "Revert "[release/8.0] Update remnants of azureedge.net"" by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/60352 * [release/8.0] Fix preserving messages for stateful reconnect with backplane by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/61375 * [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/aspn... _Description has been truncated_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
