Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 27, 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 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

🔄 Refactoring

2.3.1

2.3.1 (2025-02-04)

🐛 Bug Fixes

🧹 Chore

2.3.0

2.3.0 (2025-01-31)

⚠ BREAKING CHANGES

Hook Changes

The signature of the finally hook stage has been changed. The signature now includes the evaluation details, as per the OpenFeature specification. Note that since hooks are still experimental, this does not constitute a change requiring a new major version. To migrate, update any hook that implements the finally stage to accept evaluation details as the second argument.

.NET 6

Removed support for .NET 6.

🐛 Bug Fixes

✨ New Features

🧹 Chore

  • deps: update actions/upload-artifact action to v4.5.0 (#​332) (fd68cb0)
  • deps: update codecov/codecov-action action to v5 (#​316) (6c4cd02)
  • deps: update codecov/codecov-action action to v5.1.2 (#​334) (b9ebddf)
  • deps: update codecov/codecov-action action to v5.3.1 (#​355) (1e8ebc4)
  • deps: update dependency coverlet.collector to 6.0.3 (#​336) (8527b03)
  • deps: update dependency coverlet.msbuild to 6.0.3 (#​337) (26fd235)
  • deps: update dependency dotnet-sdk to v9.0.101 (#​339) (dd26ad6)
  • deps: update dependency fluentassertions to 7.1.0 (#​346) (dd1c8e4)
  • deps: update dependency microsoft.net.test.sdk to 17.12.0 (#​322) (6f5b049)

📚 Documentation

2.2.0

2.2.0 (2024-12-12)

✨ New Features

🧹 Chore

Commits viewable in compare view.

Updated OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.10.0 to 1.14.0.

Release notes

Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.

1.14.0

For highlights and announcements pertaining to this release see: Release Notes > 1.14.0.

The following changes are from the previous release 1.14.0-rc.1.

  • NuGet: OpenTelemetry v1.14.0

    • Breaking Change NuGet packages now use the Sigstore bundle format
      (.sigstore.json) for digital signatures instead of separate signature
      (.sig) and certificate (.pem) files. This requires cosign 3.0 or later
      for verification. See the Digital signing
      section
      for updated verification instructions.
      (#​6623)

    • Update to stable versions for .NET 10.0 NuGet packages.
      (#​6667)

    • Update Microsoft.Extensions.* dependencies to 10.0.0 for .NET Framework
      and .NET Standard.
      (#​6667)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api v1.14.0

    • Breaking Change NuGet packages now use the Sigstore bundle format
      (.sigstore.json) for digital signatures instead of separate signature
      (.sig) and certificate (.pem) files. This requires cosign 3.0 or later
      for verification. See the Digital signing
      section
      for updated verification instructions.
      (#​6623)

    • Update System.Diagnostics.DiagnosticSource dependency to 10.0.0
      for all target frameworks.
      (#​6667)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.14.0

    • Breaking Change NuGet packages now use the Sigstore bundle format
      (.sigstore.json) for digital signatures instead of separate signature
      (.sig) and certificate (.pem) files. This requires cosign 3.0 or later
      for verification. See the Digital signing
      section
      for updated verification instructions.
      (#​6623)

    • Update to stable versions for .NET 10.0 NuGet packages.
      (#​6667)

    • Update Microsoft.Extensions.* dependencies to 10.0.0 for .NET Framework
      ... (truncated)

1.14.0-rc.1

The following changes are from the previous release 1.13.1.

... (truncated)

1.14.0-beta.1

The following changes are from the previous release 1.13.1-beta.1.

  • NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.14.0-beta.1

    • Breaking Change When targeting net8.0, the package now depends on version
      8.0.0 of the Microsoft.Extensions.DependencyInjection.Abstractions,
      Microsoft.Extensions.Diagnostics.Abstractions and
      Microsoft.Extensions.Logging.Configuration NuGet packages.
      (#​6327)

    • Add support for .NET 10.0.
      (#​6307)

    • Added the possibility to disable timestamps via the PrometheusAspNetCoreOptions.
      (#​6600)

    • Breaking Change NuGet packages now use the Sigstore bundle format
      (.sigstore.json) for digital signatures instead of separate signature
      (.sig) and certificate (.pem) files. This requires cosign 3.0 or later
      for verification. See the Digital signing
      section
      for updated verification instructions.
      (#​6623)

    • Updated OpenTelemetry core component version(s) to 1.14.0.
      (#​6689)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.14.0-beta.1

    • Breaking Change When targeting net8.0, the package now depends on version
      8.0.0 of the Microsoft.Extensions.DependencyInjection.Abstractions,
      Microsoft.Extensions.Diagnostics.Abstractions and
      Microsoft.Extensions.Logging.Configuration NuGet packages.
      (#​6327)

    • Add support for .NET 10.0.
      (#​6307)

    • Added the possibility to disable timestamps via the PrometheusHttpListenerOptions.
      (#​6600)

    • Breaking Change NuGet packages now use the Sigstore bundle format
      (.sigstore.json) for digital signatures instead of separate signature
      (.sig) and certificate (.pem) files. This requires cosign 3.0 or later
      for verification. See the Digital signing
      section
      for updated verification instructions.
      (#​6623)

    • Updated OpenTelemetry core component version(s) to 1.14.0.
      ... (truncated)

1.13.1

For highlights and announcements pertaining to this release see: Release Notes > 1.13.1.

The following changes are from the previous release 1.13.0.

... (truncated)

1.13.1-beta.1

The following changes are from the previous release 1.13.0-beta.1.

1.13.0

For highlights and announcements pertaining to this release see: Release Notes > 1.13.0.

The following changes are from the previous release 1.12.0.

  • NuGet: OpenTelemetry v1.13.0

    • Added a verification to ensure that a MetricReader can only be registered
      to a single MeterProvider, as required by the OpenTelemetry specification.
      (#​6458)

    • Added FormatMessage configuration option to self-diagnostics feature. When
      set to true (default is false), log messages will be formatted by replacing
      placeholders with actual parameter values for improved readability.

      Example OTEL_DIAGNOSTICS.json:

      {
          "LogDirectory": ".",
          "FileSize": 32768,
          "LogLevel": "Warning",
          "FormatMessage": true
      }
    • Fixed parsing of OTEL_TRACES_SAMPLER_ARG decimal values to always use .
      as the delimiter when using the traceidratio sampler, preventing
      locale-specific parsing issues.
      (#​6444)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api v1.13.0

    • Added AddLink(SpanContext, SpanAttributes?) to TelemetrySpan to support
      linking spans and associating optional attributes for advanced trace relationships.
      (#​6305)

    • Experimental (only in pre-release versions): Added the EventName property
      to LogRecordData
      (#​6306)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.13.0

    No notable changes.

    See CHANGELOG for details.

... (truncated)

1.13.0-beta.1

The following changes are from the previous release 1.12.0-beta.1.

1.12.0

For highlights and announcements pertaining to this release see: Release Notes > 1.12.0.

The following changes are from the previous release 1.11.2.

1.12.0-beta.1

The following changes are from the previous release 1.11.2-beta.1.

1.11.2

For highlights and announcements pertaining to this release see: Release Notes > 1.11.2.

The following changes are from the previous release 1.11.1.

_Description has been t...

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 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

---
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: 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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Nov 27, 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.

Change functional tests library Review requirement IDs used in tests

1 participant