From e910174673f373bcc9ecf8b566bebfc56a4c178e Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang <141655842+zhiyuanliang-ms@users.noreply.github.com> Date: Fri, 15 Aug 2025 13:30:48 +0800 Subject: [PATCH 1/3] Update Microsoft.Featuremanagement.md --- releaseNotes/Microsoft.Featuremanagement.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/releaseNotes/Microsoft.Featuremanagement.md b/releaseNotes/Microsoft.Featuremanagement.md index 2f298c57..2757eec7 100644 --- a/releaseNotes/Microsoft.Featuremanagement.md +++ b/releaseNotes/Microsoft.Featuremanagement.md @@ -2,12 +2,6 @@ [Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs] -## 4.2.1 - July 9, 2025 - -### Enhancements - -* 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 ### Enhancements From 415a319b5ce79bbe2f62ad154291812d5f44d068 Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang <141655842+zhiyuanliang-ms@users.noreply.github.com> Date: Mon, 18 Aug 2025 14:06:10 +0800 Subject: [PATCH 2/3] Update Microsoft.Featuremanagement.md --- releaseNotes/Microsoft.Featuremanagement.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/releaseNotes/Microsoft.Featuremanagement.md b/releaseNotes/Microsoft.Featuremanagement.md index 2757eec7..1b4109d3 100644 --- a/releaseNotes/Microsoft.Featuremanagement.md +++ b/releaseNotes/Microsoft.Featuremanagement.md @@ -2,6 +2,14 @@ [Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs] +## 4.2.1 - July 9, 2025 (Delisted) + +This release has been delisted. For more information, please go to [#550](https://github.com/microsoft/FeatureManagement-Dotnet/issues/550). + +### Enhancements + +* 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 ### Enhancements From 8a95adee9a05e95a973f4a21a2c72b3ca018c353 Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang <141655842+zhiyuanliang-ms@users.noreply.github.com> Date: Wed, 20 Aug 2025 11:31:44 +0800 Subject: [PATCH 3/3] Update releaseNotes/Microsoft.Featuremanagement.md Co-authored-by: Jimmy Campbell --- 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 1b4109d3..cc22a75f 100644 --- a/releaseNotes/Microsoft.Featuremanagement.md +++ b/releaseNotes/Microsoft.Featuremanagement.md @@ -4,7 +4,7 @@ ## 4.2.1 - July 9, 2025 (Delisted) -This release has been delisted. For more information, please go to [#550](https://github.com/microsoft/FeatureManagement-Dotnet/issues/550). +This release has been delisted due to the enhancement below resulting in an unintended breaking change. For more information, please go to [#550](https://github.com/microsoft/FeatureManagement-Dotnet/issues/550). ### Enhancements