dependabot[bot] opened a new pull request, #198:
URL: https://github.com/apache/doris-opentelemetry-demo/pull/198

   Updated 
[Confluent.Kafka](https://github.com/confluentinc/confluent-kafka-dotnet) from 
2.8.0 to 2.13.0.
   
   <details>
   <summary>Release notes</summary>
   
   _Sourced from [Confluent.Kafka's 
releases](https://github.com/confluentinc/confluent-kafka-dotnet/releases)._
   
   ## 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.13.0).
   </details>
   
   Updated [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 
3.30.0 to 3.33.5.
   
   <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.76.0.
   
   <details>
   <summary>Release notes</summary>
   
   _Sourced from [Grpc.AspNetCore's 
releases](https://github.com/grpc/grpc-dotnet/releases)._
   
   ## 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.76.0).
   </details>
   
   Updated [Grpc.AspNetCore.HealthChecks](https://github.com/grpc/grpc-dotnet) 
from 2.67.0 to 2.76.0.
   
   <details>
   <summary>Release notes</summary>
   
   _Sourced from [Grpc.AspNetCore.HealthChecks's 
releases](https://github.com/grpc/grpc-dotnet/releases)._
   
   ## 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.76.0).
   </details>
   
   Updated [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.70.0 
to 2.76.0.
   
   <details>
   <summary>Release notes</summary>
   
   _Sourced from [Grpc.Net.Client's 
releases](https://github.com/grpc/grpc-dotnet/releases)._
   
   ## 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.76.0).
   </details>
   
   Updated [Grpc.Tools](https://github.com/grpc/grpc) from 2.68.1 to 2.78.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.23.
   
   <details>
   <summary>Release notes</summary>
   
   _Sourced from [Microsoft.AspNetCore.TestHost's 
releases](https://github.com/dotnet/aspnetcore/releases)._
   
   ## 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/aspnetcore/pull/61442
   * fetch TLS client hello message from HTTP.SYS by @​BrennanConroy in 
https://github.com/dotnet/aspnetcore/pull/61494
   
   
   **Full Changelog**: 
https://github.com/dotnet/aspnetcore/compare/v8.0.15...v8.0.16
   
   ## 8.0.15
   
   [Release](https://github.com/dotnet/core/releases/tag/v8.0.15)
   
   ## What's Changed
   * [release/8.0] Update dependencies from dotnet/arcade by @​dotnet-maestro 
in https://github.com/dotnet/aspnetcore/pull/60355
   * Update branding to 8.0.15 by @​vseanreesermsft in 
https://github.com/dotnet/aspnetcore/pull/60784
   * Add partitioned to cookie for SignalR browser testing by @​BrennanConroy 
in https://github.com/dotnet/aspnetcore/pull/60728
   * [release/8.0] (deps): Bump src/submodules/googletest from `e235eb3` to 
`24a9e94` by @​dependabot in https://github.com/dotnet/aspnetcore/pull/60677
   * Merging internal commits for release/8.0 by @​vseanreesermsft in 
https://github.com/dotnet/aspnetcore/pull/60879
   
   
   **Full Changelog**: 
https://github.com/dotnet/aspnetcore/compare/v8.0.14...v8.0.15
   
   ## 8.0.14
   
   [Release](https://github.com/dotnet/core/releases/tag/v8.0.14)
   
   ## What's Changed
   * Update branding to 8.0.14 by @​vseanreesermsft in 
https://github.com/dotnet/aspnetcore/pull/60197
   * [release/8.0] (deps): Bump src/submodules/googletest from `7d76a23` to 
`e235eb3` by @​dependabot in https://github.com/dotnet/aspnetcore/pull/60150
   * [release/8.0] Fix java discovery in IdentityModel pipeline by @​wtgodbe in 
https://github.com/dotnet/aspnetcore/pull/60075
   * [release/8.0] Update dependencies from dotnet/source-build-externals by 
@​dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/60199
   * [release/8.0] Update dependencies from 
dotnet/source-build-reference-packages by @​dotnet-maestro in 
https://github.com/dotnet/aspnetcore/pull/59922
   * [release/8.0] Readd DiagnosticSource to KestrelServerImpl by 
@​github-actions in https://github.com/dotnet/aspnetcore/pull/60203
   * [release/8.0] Update to MacOS 15 in Helix by @​github-actions in 
https://github.com/dotnet/aspnetcore/pull/60239
   * [release/8.0] Use the latest available JDK by @​wtgodbe in 
https://github.com/dotnet/aspnetcore/pull/60233
   * [release/8.0] Fix skip condition for java tests by @​github-actions in 
https://github.com/dotnet/aspnetcore/pull/60243
   * [release/8.0] Update list of helix queues to skip by @​wtgodbe in 
https://github.com/dotnet/aspnetcore/pull/60231
   * [release/8.0] [Blazor] Allow cascading value subscribers to get added and 
removed during change notification by @​github-actions in 
https://github.com/dotnet/aspnetcore/pull/57288
   * [release/8.0] Update remnants of azureedge.net by @​sebastienros in 
https://github.com/dotnet/aspnetcore/pull/60264
   * [release/8.0] Centralize on one docker container by @​wtgodbe in 
https://github.com/dotnet/aspnetcore/pull/60299
   * Revert "[release/8.0] Update remnants of azureedge.net" by @​wtgodbe in 
https://github.com/dotnet/aspnetcore/pull/60324
   * Merging internal commits for release/8.0 by @​vseanreesermsft in 
https://github.com/dotnet/aspnetcore/pull/60316
   
   
   **Full Changelog**: 
https://github.com/dotnet/aspnetcore/compare/v8.0.13...v8.0.14
   
   Commits viewable in [compare 
view](https://github.com/dotnet/aspnetcore/compare/v8.0.13...v8.0.23).
   </details>
   
   Updated [Microsoft.Extensions.Logging](https://github.com/dotnet/dotnet) 
from 9.0.2 to 10.0.2.
   
   <details>
   <summary>Release notes</summary>
   
   _Sourced from [Microsoft.Extensions.Logging's 
releases](https://github.com/dotnet/dotnet/releases)._
   
   ## 10.0.0-preview.6.25358.103
   
   You can build .NET 10.0 Preview 6 from the repository by cloning the release 
tag `v10.0.0-preview.6.25358.103` and following the build instructions in the 
[main 
README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building).
   
   Alternatively, you can build from the sources attached to this release 
directly.
   More information on this process can be found in the [dotnet/dotnet 
repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building-from-released-sources).
   
   Attached are PGP signatures for the GitHub generated tarball and zipball. 
You can find the public key at https://dot.net/release-key-2023
   
   ## 10.0.0-preview.5.25277.114
   
   You can build .NET 10.0 Preview 5 from the repository by cloning the release 
tag `v10.0.0-preview.5.25277.114` and following the build instructions in the 
[main 
README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building).
   
   Alternatively, you can build from the sources attached to this release 
directly.
   More information on this process can be found in the [dotnet/dotnet 
repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building-from-released-sources).
   
   Attached are PGP signatures for the GitHub generated tarball and zipball. 
You can find the public key at https://dot.net/release-key-2023
   
   ## 10.0.0-preview.4.25258.110
   
   You can build .NET 10.0 Preview 4 from the repository by cloning the release 
tag `v10.0.0-preview.4.25258.110` and following the build instructions in the 
[main 
README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building).
   
   Alternatively, you can build from the sources attached to this release 
directly.
   More information on this process can be found in the [dotnet/dotnet 
repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building-from-released-sources).
   
   Attached are PGP signatures for the GitHub generated tarball and zipball. 
You can find the public key at https://dot.net/release-key-2023
   
   ## 10.0.0-preview.3.25171.5
   
   You can build .NET 10.0 Preview 3 from the repository by cloning the release 
tag `v10.0.0-preview.3.25171.5` and following the build instructions in the 
[main 
README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building).
   
   Alternatively, you can build from the sources attached to this release 
directly.
   More information on this process can be found in the [dotnet/dotnet 
repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building-from-released-sources).
   
   Attached are PGP signatures for the GitHub generated tarball and zipball. 
You can find the public key at https://dot.net/release-key-2023
   
   ## 10.0.0-preview.2.25163.2
   
   You can build .NET 10.0 Preview 2 from the repository by cloning the release 
tag `v10.0.0-preview.2.25163.2` and following the build instructions in the 
[main 
README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building).
   
   Alternatively, you can build from the sources attached to this release 
directly.
   More information on this process can be found in the [dotnet/dotnet 
repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building-from-released-sources).
   
   Attached are PGP signatures for the GitHub generated tarball and zipball. 
You can find the public key at https://dot.net/release-key-2023
   
   ## 10.0.0-preview.1.25080.5
   
   You can build .NET 10.0 Preview 1 from the repository by cloning the release 
tag `v10.0.0-preview.1.25080.5` and following the build instructions in the 
[main 
README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building).
   
   Alternatively, you can build from the sources attached to this release 
directly.
   More information on this process can be found in the [dotnet/dotnet 
repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building-from-released-sources).
   
   Attached are PGP signatures for the GitHub generated tarball and zipball. 
You can find the public key at https://dot.net/release-key-2023
   
   ## 9.0.113
   
   <!-- This file is a template for a GitHub release notes post. -->
   <!-- The line prefixed by 'Title:' will be submitted as the title of the 
release notes, and the rest of the file will be submitted as the body. -->
   
   You can build .NET 9.0 from the repository by cloning the release tag 
`v9.0.113` and following the build instructions in the [main 
README.md](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building).
   
   Alternatively, you can build from the sources attached to this release 
directly.
   More information on this process can be found in the [dotnet/dotnet 
repository](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building-from-released-sources).
   
   Attached are PGP signatures for the GitHub generated tarball and zipball. 
You can find the public key at https://dot.net/release-key-2023
   
   ## 9.0.112
   
   <!-- This file is a template for a GitHub release notes post. -->
   <!-- The line prefixed by 'Title:' will be submitted as the title of the 
release notes, and the rest of the file will be submitted as the body. -->
   
   You can build .NET 9.0 from the repository by cloning the release tag 
`v9.0.112` and following the build instructions in the [main 
README.md](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building).
   
   Alternatively, you can build from the sources attached to this release 
directly.
   More information on this process can be found in the [dotnet/dotnet 
repository](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building-from-released-sources).
   
   Attached are PGP signatures for the GitHub generated tarball and zipball. 
You can find the public key at https://dot.net/release-key-2023
   
   ## 9.0.111
   
   <!-- This file is a template for a GitHub release notes post. -->
   <!-- The line prefixed by 'Title:' will be submitted as the title of the 
release notes, and the rest of the file will be submitted as the body. -->
   
   You can build .NET 9.0 from the repository by cloning the release tag 
`v9.0.111` and following the build instructions in the [main 
README.md](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building).
   
   Alternatively, you can build from the sources attached to this release 
directly.
   More information on this process can be found in the [dotnet/dotnet 
repository](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building-from-released-sources).
   
   Attached are PGP signatures for the GitHub generated tarball and zipball. 
You can find the public key at https://dot.net/release-key-2023
   
   ## 9.0.110
   
   <!-- This file is a template for a GitHub release notes post. -->
   <!-- The line prefixed by 'Title:' will be submitted as the title of the 
release notes, and the rest of the file will be submitted as the body. -->
   
   You can build .NET 9.0 from the repository by cloning the release tag 
`v9.0.110` and following the build instructions in the [main 
README.md](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building).
   
   Alternatively, you can build from the sources attached to this release 
directly.
   More information on this process can be found in the [dotnet/dotnet 
repository](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building-from-released-sources).
   
   Attached are PGP signatures for the GitHub generated tarball and zipball. 
You can find the public key at https://dot.net/release-key-2023
   
   ## 9.0.109
   
   <!-- This file is a template for a GitHub release notes post. -->
   <!-- The line prefixed by 'Title:' will be submitted as the title of the 
release notes, and the rest of the file will be submitted as the body. -->
   
   You can build .NET 9.0 from the repository by cloning the release tag 
`v9.0.109` and following the build instructions in the [main 
README.md](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building).
   
   Alternatively, you can build from the sources attached to this release 
directly.
   More information on this process can be found in the [dotnet/dotnet 
repository](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building-from-released-sources).
   
   Attached are PGP signatures for the GitHub generated tarball and zipball. 
You can find the public key at https://dot.net/release-key-2023
   
   ## 9.0.101
   
   You can build .NET 9.0 from the repository by cloning the release tag 
`v9.0.101` and following the build instructions in the [main 
README.md](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building).
   
   Alternatively, you can build from the sources attached to this release 
directly.
   More information on this process can be found in the [dotnet/dotnet 
repository](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building-from-released-sources).
   
   Attached are PGP signatures for the GitHub generated tarball and zipball. 
You can find the public key at https://dot.net/release-key-2023
   
   ## 9.0.7
   
   You can build .NET 9.0 from the repository by cloning the release tag 
`v9.0.7` and following the build instructions in the [main 
README.md](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building).
   
   Alternatively, you can build from the sources attached to this release 
directly.
   More information on this process can be found in the [dotnet/dotnet 
repository](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building-from-released-sources).
   
   Attached are PGP signatures for the GitHub generated tarball and zipball. 
You can find the public key at https://dot.net/release-key-2023
   
   ## 9.0.6
   
   You can build .NET 9.0 from the repository by cloning the release tag 
`v9.0.6` and following the build instructions in the [main 
README.md](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building).
   
   Alternatively, you can build from the sources attached to this release 
directly.
   More information on this process can be found in the [dotnet/dotnet 
repository](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building-from-released-sources).
   
   Attached are PGP signatures for the GitHub generated tarball and zipball. 
You can find the public key at https://dot.net/release-key-2023
   
   ## 9.0.5
   
   You can build .NET 9.0 from the repository by cloning the release tag 
`v9.0.5` and following the build instructions in the [main 
README.md](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building).
   
   Alternatively, you can build from the sources attached to this release 
directly.
   More information on this process can be found in the [dotnet/dotnet 
repository](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building-from-released-sources).
   
   Attached are PGP signatures for the GitHub generated tarball and zipball. 
You can find the public key at https://dot.net/release-key-2023
   
   ## 9.0.4
   
   You can build .NET 9.0 from the repository by cloning the release tag 
`v9.0.4` and following the build instructions in the [main 
README.md](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building).
   
   Alternatively, you can build from the sources attached to this release 
directly.
   More information on this process can be found in the [dotnet/dotnet 
repository](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building-from-released-sources).
   
   Attached are PGP signatures for the GitHub generated tarball and zipball. 
You can find the public key at https://dot.net/release-key-2023
   
   ## 9.0.3
   
   You can build .NET 9.0 from the repository by cloning the release tag 
`v9.0.3` and following the build instructions in the [main 
README.md](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building).
   
   Alternatively, you can build from the sources attached to this release 
directly.
   More information on this process can be found in the [dotnet/dotnet 
repository](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building-from-released-sources).
   
   Attached are PGP signatures for the GitHub generated tarball and zipball. 
You can find the public key at https://dot.net/release-key-2023
   
   Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits).
   </details>
   
   Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 
17.13.0 to 18.0.1.
   
   <details>
   <summary>Release notes</summary>
   
   _Sourced from [Microsoft.NET.Test.Sdk's 
releases](https://github.com/microsoft/vstest/releases)._
   
   ## 18.0.1
   
   ## What's Changed
   
   Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK 
installed: 
https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation
   
   * Disable DynamicNative instrumentation by default by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15298
   * Update MicrosoftInternalCodeCoveragePackageVersion to 18.0.6 by @​nohwnd 
in https://github.com/microsoft/vstest/pull/15312
   
   ### Internal changes
   
   * Update VersionPrefix to 18.0.1 by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15301
   * Update build tools to 17.8.43 by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15305
   
   
   
   **Full Changelog**: 
https://github.com/microsoft/vstest/compare/v18.0.0...v18.0.1
   
   ## 18.0.0
   
   ## What's Changed
   
   * Update reporting formatting by @​martincostello in 
https://github.com/microsoft/vstest/pull/15082
   * Fix stack trace for Trace.Fail and Debug.Fail by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15103
   * Add documentation of environment variables by @​Copilot in 
https://github.com/microsoft/vstest/pull/15095
   * IFrameworkHandle.LaunchProcessWithDebuggerAttached allows null for 
workingDirectory in signature but throws by @​Copilot in 
https://github.com/microsoft/vstest/pull/15091
   * Add Dependabot configuration for .NET SDK updates by @​JamieMagee in 
https://github.com/microsoft/vstest/pull/15114
   * Handle dotnet_root in testhost version aware way by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15184
   * Add magic bytes validation for Mach-O binaries in DotnetHostHelper by 
@​Copilot in https://github.com/microsoft/vstest/pull/15230
   * using globbing pattern doesn't work on windows with forward slashes by 
@​Copilot in https://github.com/microsoft/vstest/pull/15088
   * Remove tpv0 by @​nohwnd in https://github.com/microsoft/vstest/pull/15247
   * Cache AssemblyName in ManagedNameHelper by @​Youssef1313 in 
https://github.com/microsoft/vstest/pull/15259 
   * Add ARM64 support to GetArchitectureForSource methods by @​Copilot in 
https://github.com/microsoft/vstest/pull/15278
   
   ### Internal fixes and updates
   
   * Fix formatting in two files by @​ViktorHofer in 
https://github.com/microsoft/vstest/pull/15047
   * Build TestPlatform packages in VMR by @​ViktorHofer in 
https://github.com/microsoft/vstest/pull/15055
   * Condition property on .NET FX MSBuild by @​jaredpar in 
https://github.com/microsoft/vstest/pull/15054
   * Migrate to awesome assertions by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15056
   * Revert "Build TestPlatform packages in VMR" by @​ViktorHofer in 
https://github.com/microsoft/vstest/pull/15057
   * Update package Category by @​ViktorHofer in 
https://github.com/microsoft/vstest/pull/15058
   * Revert "Write props of tests into trx" by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15080
   * Error on unsupported tfms (#​15072) by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15073
   * Use policies from testfx to align by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15085
   * Update enable-auto-merge.yml by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15102
   * Revert ignoring environment test by @​Copilot in 
https://github.com/microsoft/vstest/pull/15094
   * unignore tests by @​Copilot in 
https://github.com/microsoft/vstest/pull/15093
   * Update MSTest by @​Youssef1313 in 
https://github.com/microsoft/vstest/pull/15108
   * Bump dotnet-sdk from 9.0.106 to 9.0.301 by @​dependabot[bot] in 
https://github.com/microsoft/vstest/pull/15179
   * Use Assert.Equals by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15181
   * Run VSTest tests with MTP by @​Youssef1313 in 
https://github.com/microsoft/vstest/pull/15079
   * Use the standard sdk for architecture switch test by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15188
   * Remove CUIT (Coded UI Test) from NuGet packages and test projects by 
@​Copilot in https://github.com/microsoft/vstest/pull/15177
   * dump-logs? by @​nohwnd in https://github.com/microsoft/vstest/pull/15187
   * Moving to version 18 by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15209
   * Update fakes version by @​drognanar in 
https://github.com/microsoft/vstest/pull/15227
   * Microsoft.Intellitrace.Core should be taken from nuget by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15229
   * Remove MSTest.Assert.Extensions by @​Youssef1313 in 
https://github.com/microsoft/vstest/pull/15178
   * Sourcebuild fix by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15239
   * Set dotnet_root_<arch> only when the architecture of dotnet in the path is 
the same by @​nohwnd in https://github.com/microsoft/vstest/pull/15250
   * Remove fakes v1 from FakesUtilities by @​drognanar in 
https://github.com/microsoft/vstest/pull/15251
   * Update fakes dependencies by @​drognanar in 
https://github.com/microsoft/vstest/pull/15254
   * Do half the work in GetManagedName by @​Youssef1313 in 
https://github.com/microsoft/vstest/pull/15255
   * check Vsix only when produced by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15261
   * Set dotnet_root_<arch> always by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15266
   * Don't hardcode old vswhere version in global.json by @​akoeplinger in 
https://github.com/microsoft/vstest/pull/15267
   * Revert dowgrade of fakes by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15263
   * Update VSSDK to version with code flow guard by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15279
   * Update Fakes to version with code flow guard by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15273
    ... (truncated)
   
   ## 17.14.1
   
   ## What's Changed
   * Error on unsupported target frameworks to prevent silently not running 
tests by @​nohwnd in https://github.com/microsoft/vstest/pull/15072 and 
https://github.com/microsoft/vstest/pull/15078
   * Revert writing additional properties to TRX by @​nohwnd  in 
https://github.com/microsoft/vstest/commit/47eb51b15ad8ca4a84ad7be5881fcd1713a0f68a
   
   **Full Changelog**: 
https://github.com/microsoft/vstest/compare/v17.14.0...v17.14.1
   
   ## 17.14.0
   
   ## What's Changed
   
   ### .NET versions updated
   
   This version of VS Test upgraded .NET to net8 and net9. All projects 
targeting net6.0 (or other end-of-life .NET target frameworks) should pin their 
version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or 
newer. We remain backwards compatible with previous versions of 
Microsoft.NET.Test.SDK. This change does **NOT** prevent you from:
   
   - Updating to the latest VS, and running tests from net6.0 test projects.
   - Updating to the latest .NET SDK, and running tests from net6.0 test 
projects.
   
   It also has no impact on .NET Framework projects, where we continue 
targeting .NET Framework 4.6.2.
   
   * Drop unsupported frameworks by @​nohwnd in 
https://github.com/microsoft/vstest/pull/10565
   
   ### Changes
   
   * Adding Process Query Flag For UWP .NET 9 Support by @​adstep in 
https://github.com/microsoft/vstest/pull/15003
   * Fix builds on WinUI and UWP .NET 9 projects by @​Sergio0694 in 
https://github.com/microsoft/vstest/pull/15004
   * don't report communication error on discovery abort by @​nohwnd in 
https://github.com/microsoft/vstest/pull/14992
   * Add dump minitool to vsix by @​nohwnd in 
https://github.com/microsoft/vstest/pull/14707
   * Make test runners long-path aware (#​5179) by @​peetw in 
https://github.com/microsoft/vstest/pull/15014
   * Fix trace in DataCollectionRequestSender.cs by @​stan-sz in 
https://github.com/microsoft/vstest/pull/15025
   * Fix/readme grammar parallelism by @​dellch in 
https://github.com/microsoft/vstest/pull/15030
   * Add binding redirects by @​nohwnd in 
https://github.com/microsoft/vstest/pull/15041
   * Write props of tests into trx by @​nohwnd in 
https://github.com/microsoft/vstest/pull/14905
   
   ### Internal version updates and fixes
   
   * Update io.redist by @​nohwnd in 
https://github.com/microsoft/vstest/pull/13872
   * Use preview image for public build by @​nohwnd in 
https://github.com/microsoft/vstest/pull/13888
   * Remove xcopy-msbuild by @​nohwnd in 
https://github.com/microsoft/vstest/pull/14138
   * Move to macos14 by @​nohwnd in 
https://github.com/microsoft/vstest/pull/14137
   * Update diagnose.md by @​nohwnd in 
https://github.com/microsoft/vstest/pull/14776
   * hash with sha2 for mutex lock by @​nohwnd in 
https://github.com/microsoft/vstest/pull/14777
   * Update test projects for vmr by @​nohwnd in 
https://github.com/microsoft/vstest/pull/14894
   * 17.14 branding by @​nohwnd in 
https://github.com/microsoft/vstest/pull/14903
   * Update filter.md for NUnit by @​OsirisTerje in 
https://github.com/microsoft/vstest/pull/14987
   * Flag netstandard1.x dependencies in source-build by @​ViktorHofer in 
https://github.com/microsoft/vstest/pull/14986
   * Use VS dependencies versions from release VS to have archived symbols by 
@​nohwnd in https://github.com/microsoft/vstest/pull/14991
   * Remove extra ; by @​nohwnd in 
https://github.com/microsoft/vstest/pull/14995
   * Use dependencymodel 6.0.2 by @​nohwnd in https://github.com...
   
   _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]

Reply via email to