From 34b6008d557800886d0f449eb10454c95aef37c1 Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Wed, 25 Jun 2025 15:29:36 +0800 Subject: [PATCH 1/4] release note for .net fm 4.2.0 --- releaseNotes/Microsoft.Featuremanagement.AspNetCore.md | 4 ++++ ...osoft.Featuremanagement.Telemetry.ApplicationInsights.md | 4 ++++ releaseNotes/Microsoft.Featuremanagement.md | 6 ++++++ 3 files changed, 14 insertions(+) diff --git a/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md b/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md index 816f2058..6cbd17d5 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.2.0 - June 25, 2025 + +* Updated `Microsoft.FeatureManagement` reference to `4.2.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes. + ## 4.1.0 - May 22, 2025 ### Enhancements diff --git a/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md b/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md index 356211e6..4fd1aaa1 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.2.0 - June 25, 2025 + +* Updated `Microsoft.FeatureManagement` reference to `4.2.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes. + ## 4.1.0 - May 22, 2025 ### Enhancements diff --git a/releaseNotes/Microsoft.Featuremanagement.md b/releaseNotes/Microsoft.Featuremanagement.md index 2757eec7..f9421143 100644 --- a/releaseNotes/Microsoft.Featuremanagement.md +++ b/releaseNotes/Microsoft.Featuremanagement.md @@ -2,6 +2,12 @@ [Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs] +## 4.2.0 - June 25, 2025 + +### Enhancements + +* Added support for aggregating feature flags from multiple configuration providers, enabling a layered configuration approach. When the same feature flag is defined in multiple sources, definitions are merged according to configuration provider registration order, with the last registered provider's definition taking precedence in case of conflicts. [#536](https://github.com/microsoft/FeatureManagement-Dotnet/pull/536) + ## 4.1.0 - May 22, 2025 ### Enhancements From b31675ad53ba0b8c1584a356842f7f77187318e7 Mon Sep 17 00:00:00 2001 From: zhiyuanliang Date: Wed, 25 Jun 2025 22:59:58 +0800 Subject: [PATCH 2/4] update --- releaseNotes/Microsoft.Featuremanagement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releaseNotes/Microsoft.Featuremanagement.md b/releaseNotes/Microsoft.Featuremanagement.md index f9421143..01a1cdca 100644 --- a/releaseNotes/Microsoft.Featuremanagement.md +++ b/releaseNotes/Microsoft.Featuremanagement.md @@ -6,7 +6,7 @@ ### Enhancements -* Added support for aggregating feature flags from multiple configuration providers, enabling a layered configuration approach. When the same feature flag is defined in multiple sources, definitions are merged according to configuration provider registration order, with the last registered provider's definition taking precedence in case of conflicts. [#536](https://github.com/microsoft/FeatureManagement-Dotnet/pull/536) +* 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) ## 4.1.0 - May 22, 2025 From e89e9e2024c9d5f7d4ffc777db5e7971263e39a7 Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Mon, 30 Jun 2025 11:36:56 +0800 Subject: [PATCH 3/4] update date --- releaseNotes/Microsoft.Featuremanagement.AspNetCore.md | 2 +- ...Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md | 2 +- releaseNotes/Microsoft.Featuremanagement.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md b/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md index 6cbd17d5..dc1ad623 100644 --- a/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md +++ b/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md @@ -2,7 +2,7 @@ [Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs] -## 4.2.0 - June 25, 2025 +## 4.2.0 - June 27, 2025 * Updated `Microsoft.FeatureManagement` reference to `4.2.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 4fd1aaa1..80ba4089 100644 --- a/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md +++ b/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md @@ -2,7 +2,7 @@ [Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs] -## 4.2.0 - June 25, 2025 +## 4.2.0 - June 27, 2025 * Updated `Microsoft.FeatureManagement` reference to `4.2.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 01a1cdca..c3728422 100644 --- a/releaseNotes/Microsoft.Featuremanagement.md +++ b/releaseNotes/Microsoft.Featuremanagement.md @@ -2,7 +2,7 @@ [Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs] -## 4.2.0 - June 25, 2025 +## 4.2.0 - June 27, 2025 ### Enhancements From ba5c5eb6564f58b005a1b911890331ca7384c8c4 Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Thu, 10 Jul 2025 14:24:51 +0800 Subject: [PATCH 4/4] update --- releaseNotes/Microsoft.Featuremanagement.AspNetCore.md | 4 ++-- ...crosoft.Featuremanagement.Telemetry.ApplicationInsights.md | 4 ++-- releaseNotes/Microsoft.Featuremanagement.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md b/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md index dc1ad623..89058624 100644 --- a/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md +++ b/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md @@ -2,9 +2,9 @@ [Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs] -## 4.2.0 - June 27, 2025 +## 4.2.1 - July 9, 2025 -* Updated `Microsoft.FeatureManagement` reference to `4.2.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes. +* Updated `Microsoft.FeatureManagement` reference to `4.2.1`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes. ## 4.1.0 - May 22, 2025 diff --git a/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md b/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md index 80ba4089..d28ddd6a 100644 --- a/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md +++ b/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md @@ -2,9 +2,9 @@ [Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs] -## 4.2.0 - June 27, 2025 +## 4.2.1 - July 9, 2025 -* Updated `Microsoft.FeatureManagement` reference to `4.2.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes. +* Updated `Microsoft.FeatureManagement` reference to `4.2.1`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes. ## 4.1.0 - May 22, 2025 diff --git a/releaseNotes/Microsoft.Featuremanagement.md b/releaseNotes/Microsoft.Featuremanagement.md index c3728422..2f298c57 100644 --- a/releaseNotes/Microsoft.Featuremanagement.md +++ b/releaseNotes/Microsoft.Featuremanagement.md @@ -2,7 +2,7 @@ [Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs] -## 4.2.0 - June 27, 2025 +## 4.2.1 - July 9, 2025 ### Enhancements