Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions releaseNotes/Microsoft.Featuremanagement.AspNetCore.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
11 changes: 11 additions & 0 deletions releaseNotes/Microsoft.Featuremanagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<TService>` so applications can supply context when resolving variant services. The new `WithVariantService<TService, TEnabled, TDisabled>` 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
Expand Down
Loading