diff --git a/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md b/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md index ad40b63b..a39cd696 100644 --- a/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md +++ b/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md @@ -2,6 +2,10 @@ [Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs] +## 4.7.0 - August 27, 2026 + +* Updated `Microsoft.FeatureManagement` reference to `4.7.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes. + ## 4.6.0 - July 1, 2026 * Updated `Microsoft.FeatureManagement` reference to `4.6.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes. diff --git a/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md b/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md index 6ab4c923..20927ed5 100644 --- a/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md +++ b/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md @@ -2,6 +2,10 @@ [Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs] +## 4.7.0 - August 27, 2026 + +* Updated `Microsoft.FeatureManagement` reference to `4.7.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes. + ## 4.6.0 - July 1, 2026 * Updated `Microsoft.FeatureManagement` reference to `4.6.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes. diff --git a/releaseNotes/Microsoft.Featuremanagement.md b/releaseNotes/Microsoft.Featuremanagement.md index 44f0018b..45543bc9 100644 --- a/releaseNotes/Microsoft.Featuremanagement.md +++ b/releaseNotes/Microsoft.Featuremanagement.md @@ -2,6 +2,17 @@ [Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs] +## 4.7.0 - August 27, 2026 + +### Enhancements + +* Added `IContextualVariantServiceProvider` so applications can supply context when resolving variant services. The new `WithVariantService` overload also enables fallback to an implementation selected by the feature's enabled or disabled status when no service is registered for the assigned variant. [#611](https://github.com/microsoft/FeatureManagement-Dotnet/pull/611) +* Added support for .NET 10 as a target framework. [#616](https://github.com/microsoft/FeatureManagement-Dotnet/pull/616) + +### Bug Fixes + +* Fixed a bug where passing a null context to a context-aware `IsEnabledAsync` overload resulted in a `NullReferenceException`. These overloads now throw an `ArgumentNullException` for the null context. [#612](https://github.com/microsoft/FeatureManagement-Dotnet/pull/612) + ## 4.6.0 - July 1, 2026 ### Enhancements