Skip to content

Commit 584e0ed

Browse files
Release note for .net fm 4.2.1 (#1074)
* release note for .net fm 4.2.0 * update * update date * update
1 parent a77f226 commit 584e0ed

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

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.2.1 - July 9, 2025
6+
7+
* Updated `Microsoft.FeatureManagement` reference to `4.2.1`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes.
8+
59
## 4.1.0 - May 22, 2025
610

711
### Enhancements

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.2.1 - July 9, 2025
6+
7+
* Updated `Microsoft.FeatureManagement` reference to `4.2.1`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes.
8+
59
## 4.1.0 - May 22, 2025
610

711
### Enhancements

releaseNotes/Microsoft.Featuremanagement.md

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

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

5+
## 4.2.1 - July 9, 2025
6+
7+
### Enhancements
8+
9+
* Added support for aggregating feature flags from multiple configuration providers. 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. [#536](https://github.com/microsoft/FeatureManagement-Dotnet/pull/536)
10+
511
## 4.1.0 - May 22, 2025
612

713
### Enhancements

0 commit comments

Comments
 (0)