Skip to content

Commit 2fde1b9

Browse files
Release note for .NET FM 4.3.0 (#1095)
* add release note for .net fm 4.3.0 * Fix link reference in release notes for 4.3.0
1 parent d6947d8 commit 2fde1b9

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

releaseNotes/Microsoft.Featuremanagement.AspNetCore.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

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

5-
## 4.2.1 - July 9, 2025
5+
## 4.3.0 - August 27, 2025
6+
7+
* Updated `Microsoft.FeatureManagement` reference to `4.3.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes.
8+
9+
## 4.2.1 - July 9, 2025 (Delisted)
10+
11+
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).
612

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

releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

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

5-
## 4.2.1 - July 9, 2025
5+
## 4.3.0 - August 27, 2025
6+
7+
* Updated `Microsoft.FeatureManagement` reference to `4.3.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes.
8+
9+
## 4.2.1 - July 9, 2025 (Delisted)
10+
11+
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).
612

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

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.3.0 - August 27, 2025
6+
7+
### Enhancements
8+
9+
* 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)
10+
511
## 4.2.1 - July 9, 2025 (Delisted)
612

713
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).

0 commit comments

Comments
 (0)