Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 26, 2025

Updated Grpc.AspNetCore from 2.67.0 to 2.71.0.

Release notes

Sourced from Grpc.AspNetCore's releases.

2.71.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.70.0...v2.71.0

2.71.0-pre1

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.70.0...v2.71.0-pre1

2.70.0

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.67.0...v2.70.0

Commits viewable in compare view.

Updated Grpc.AspNetCore.HealthChecks from 2.67.0 to 2.71.0.

Release notes

Sourced from Grpc.AspNetCore.HealthChecks's releases.

2.71.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.70.0...v2.71.0

2.71.0-pre1

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.70.0...v2.71.0-pre1

2.70.0

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.67.0...v2.70.0

Commits viewable in compare view.

Updated Grpc.Net.Client from 2.67.0 to 2.71.0.

Release notes

Sourced from Grpc.Net.Client's releases.

2.71.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.70.0...v2.71.0

2.71.0-pre1

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.70.0...v2.71.0-pre1

2.70.0

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.67.0...v2.70.0

Commits viewable in compare view.

Updated Microsoft.AspNetCore.TestHost from 8.0.11 to 8.0.22.

Release notes

Sourced from Microsoft.AspNetCore.TestHost's releases.

8.0.22

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.21...v8.0.22

8.0.21

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.20...v8.0.21

8.0.20

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.19...v8.0.20

8.0.18

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.17...v8.0.18

8.0.17

Bug Fixes

  • Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#​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)
    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)
    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)
    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)
    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: dotnet/aspnetcore@v8.0.16...v8.0.17

8.0.16

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.15...v8.0.16

8.0.15

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.14...v8.0.15

8.0.14

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.13...v8.0.14

8.0.13

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.12...v8.0.13

8.0.12

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.11...v8.0.12

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 17.12.0 to 18.0.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's 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

Internal changes

Full Changelog: microsoft/vstest@v18.0.0...v18.0.1

18.0.0

What's Changed

Internal fixes and updates

17.14.1

What's Changed

Full Changelog: microsoft/vstest@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.

Changes

Internal version updates and fixes

New Contributors

17.14.0-preview-25107-01

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.

Changes

Internal version updates and fixes

Will probably revert before release:

New Contributors

Full Changelog: microsoft/vstest@v17.13.0...v17.14.0-preview-25107-01

17.13.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.12.0...v17.13.0

Commits viewable in compare view.

Updated OpenFeature from 2.1.0 to 2.9.0.

Release notes

Sourced from OpenFeature's releases.

2.9.0

2.9.0 (2025-10-16)

🐛 Bug Fixes

✨ New Features

🚀 Performance

2.8.1

2.8.1 (2025-07-31)

🐛 Bug Fixes

  • expose ValueJsonConverter for generator support and add JsonSourceGenerator test cases (#​537) (e03aeba)

2.8.0

2.8.0 (2025-07-30)

🐛 Bug Fixes

  • update DI lifecycle to use container instead of static instance (#​534) (1a3846d)

✨ New Features

🧹 Chore

📚 Documentation

🔄 Refactoring

2.7.0

2.7.0 (2025-07-03)

🐛 Bug Fixes

  • Add generic to evaluation event builder (#​500) (68af649)
  • ArgumentNullException when creating a client with optional name (#​508) (9151dcd)

✨ New Features

🧹 Chore

📚 Documentation

2.6.0

2.6.0 (2025-05-23)

✨ New Features

  • add AddHandler extension method to Dependency Injection package (#​462) (ff414b8)
  • Add Extension Method for adding global Hook via DependencyInjection (#​459) (9b04485)
  • Add OTEL compatible telemetry object builder (#​397) (6c44db9)

🧹 Chore

📚 Documentation

2.5.0

2.5.0 (2025-04-25)

✨ New Features

🧹 Chore

📚 Documentation

🔄 Refactoring

2.4.0

2.4.0 (2025-04-14)

🐛 Bug Fixes

  • Refactor error handling and improve documentation (#​417) (b0b168f)

✨ New Features

  • update FeatureLifecycleStateOptions.StopState default to Stopped (#​414) (6c23f21)

🧹 Chore

📚 Documentation

🔄 Refactoring

2.3.2

2.3.2 (2025-03-24)

🐛 Bug Fixes

  • Address issue with newline characters when running Logging Hook Unit Tests on linux (#​374) (a98334e)
  • Remove virtual GetEventChannel from FeatureProvider (#​401) (00a4e4a)
  • Update project name in solution file (#​380) (1f13258)

🧹 Chore

_Description has...

Description has been truncated

Bumps Grpc.AspNetCore from 2.67.0 to 2.71.0
Bumps Grpc.AspNetCore.HealthChecks from 2.67.0 to 2.71.0
Bumps Grpc.Net.Client from 2.67.0 to 2.71.0
Bumps Microsoft.AspNetCore.TestHost from 8.0.11 to 8.0.22
Bumps Microsoft.NET.Test.Sdk from 17.12.0 to 18.0.1
Bumps OpenFeature from 2.1.0 to 2.9.0
Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.10.0 to 1.14.0
Bumps OpenTelemetry.Extensions.Hosting from 1.10.0 to 1.14.0
Bumps OpenTelemetry.Instrumentation.AspNetCore from 1.10.1 to 1.14.0
Bumps OpenTelemetry.Instrumentation.Http from 1.10.0 to 1.14.0
Bumps OpenTelemetry.Instrumentation.Runtime from 1.10.0 to 1.14.0
Bumps StackExchange.Redis from 2.8.22 to 2.10.1
Bumps xunit from 2.9.2 to 2.9.3
Bumps xunit.runner.visualstudio from 2.8.2 to 3.1.5

---
updated-dependencies:
- dependency-name: Grpc.AspNetCore
  dependency-version: 2.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-dependencies
- dependency-name: Grpc.AspNetCore.HealthChecks
  dependency-version: 2.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-dependencies
- dependency-name: Grpc.Net.Client
  dependency-version: 2.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-dependencies
- dependency-name: Microsoft.AspNetCore.TestHost
  dependency-version: 8.0.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-production-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-dependencies
- dependency-name: OpenFeature
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-dependencies
- dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-dependencies
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-dependencies
- dependency-name: OpenTelemetry.Instrumentation.AspNetCore
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-dependencies
- dependency-name: OpenTelemetry.Instrumentation.Http
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-dependencies
- dependency-name: OpenTelemetry.Instrumentation.Runtime
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-dependencies
- dependency-name: StackExchange.Redis
  dependency-version: 2.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-dependencies
- dependency-name: xunit
  dependency-version: 2.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-production-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Nov 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Review requirement IDs used in tests

1 participant