diff --git a/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md b/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md index cef70586..9bde99d0 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.4.0 - December 18, 2025 + +* Updated `Microsoft.FeatureManagement` reference to `4.4.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes. + ## 4.3.0 - August 27, 2025 * Updated `Microsoft.FeatureManagement` reference to `4.3.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 9683c532..9ed0956a 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.4.0 - December 18, 2025 + +* Updated `Microsoft.FeatureManagement` reference to `4.4.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes. + ## 4.3.0 - August 27, 2025 * Updated `Microsoft.FeatureManagement` reference to `4.3.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 27623bde..f3a34181 100644 --- a/releaseNotes/Microsoft.Featuremanagement.md +++ b/releaseNotes/Microsoft.Featuremanagement.md @@ -2,8 +2,16 @@ [Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs] +## 4.4.0 - December 18, 2025 + +### Enhancements + ## 4.3.0 - August 27, 2025 +* Exposed the `SystemClock` property for `TimeWindowFilter` to enable the use of a custom `TimeProvider`. [#558](https://github.com/microsoft/FeatureManagement-Dotnet/issues/558) + +* Added new overloads for `FilterCollectionExtensions.AddForFeature` to support specifying multiple feature flags, requirement types, and negation. [#359](https://github.com/microsoft/FeatureManagement-Dotnet/pull/359) + ### Enhancements * Introduced `ConfigurationFeatureDefinitionProviderOptions` which allows to enable the new configuration merging behavior for the built-in `ConfiguationFeatureDefinitionProvider`. When the same feature flag is defined in multiple sources, definitions are merged according to configuration provider registration order, with the last feature flag definition taking precedence in case of conflicts. [#552](https://github.com/microsoft/FeatureManagement-Dotnet/pull/552)