Skip to content

Commit 24f4767

Browse files
release note .net fm 4.4.0 (#1118)
1 parent 2499d15 commit 24f4767

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

releaseNotes/Microsoft.Featuremanagement.AspNetCore.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
[Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs]
44

5+
## 4.4.0 - December 18, 2025
6+
7+
* Updated `Microsoft.FeatureManagement` reference to `4.4.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes.
8+
59
## 4.3.0 - August 27, 2025
610

711
* Updated `Microsoft.FeatureManagement` reference to `4.3.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes.

releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
[Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs]
44

5+
## 4.4.0 - December 18, 2025
6+
7+
* Updated `Microsoft.FeatureManagement` reference to `4.4.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes.
8+
59
## 4.3.0 - August 27, 2025
610

711
* Updated `Microsoft.FeatureManagement` reference to `4.3.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes.

releaseNotes/Microsoft.Featuremanagement.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22

33
[Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs]
44

5+
## 4.4.0 - December 18, 2025
6+
7+
### Enhancements
8+
59
## 4.3.0 - August 27, 2025
610

11+
* Exposed the `SystemClock` property for `TimeWindowFilter` to enable the use of a custom `TimeProvider`. [#558](https://github.com/microsoft/FeatureManagement-Dotnet/issues/558)
12+
13+
* 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)
14+
715
### Enhancements
816

917
* 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)

0 commit comments

Comments
 (0)