From e54ec357da9fa6239bc58a957d5823bdac576e02 Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Thu, 22 May 2025 16:00:32 +0800 Subject: [PATCH 1/2] release note .net fm 4.1.0 --- .../Microsoft.Featuremanagement.AspNetCore.md | 10 ++++++++++ ...Featuremanagement.Telemetry.ApplicationInsights.md | 11 +++++++++++ releaseNotes/Microsoft.Featuremanagement.md | 6 ++++++ 3 files changed, 27 insertions(+) diff --git a/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md b/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md index 6b0622ac..3c615ded 100644 --- a/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md +++ b/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md @@ -2,6 +2,16 @@ [Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs] +## 4.1.0 - May 22, 2025 + +### Enhancements + +* Updated `Microsoft.FeatureManagement` reference to `4.1.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes. + +### Bug Fix + +* Fixed a bug caused duplicated dimensions in Application Insights telemetry. [#542](https://github.com/microsoft/FeatureManagement-Dotnet/pull/542) + ## 4.0.0 - November 1, 2024 ### Enhancements diff --git a/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md b/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md index 4e477252..87528343 100644 --- a/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md +++ b/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md @@ -2,6 +2,17 @@ [Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs] +## 4.1.0 - May 22, 2025 + +### Enhancements + +* Updated `Microsoft.FeatureManagement` reference to `4.1.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes. + +### Bug Fix + +* Fixed a bug caused duplicated dimension in Application Insights telemetry. [#542](https://github.com/microsoft/FeatureManagement-Dotnet/pull/542) + + ## 4.0.0 - November 1, 2024 ### Enhancements diff --git a/releaseNotes/Microsoft.Featuremanagement.md b/releaseNotes/Microsoft.Featuremanagement.md index 6299adf5..2757eec7 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.1.0 - May 22, 2025 + +### Enhancements + +* Added `DefaultWhenEnabled` and `VariantAssignmentPercentage` fields to the `FeatureEvaluation` event. [#495](https://github.com/microsoft/FeatureManagement-Dotnet/pull/495) + ## 4.0.0 - November 1, 2024 ### Enhancements From c14bfdd08152a4ddc1317618eb08043587e9ca83 Mon Sep 17 00:00:00 2001 From: zhiyuanliang Date: Fri, 23 May 2025 13:11:48 +0800 Subject: [PATCH 2/2] update --- releaseNotes/Microsoft.Featuremanagement.AspNetCore.md | 2 +- ...icrosoft.Featuremanagement.Telemetry.ApplicationInsights.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md b/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md index 3c615ded..816f2058 100644 --- a/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md +++ b/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md @@ -10,7 +10,7 @@ ### Bug Fix -* Fixed a bug caused duplicated dimensions in Application Insights telemetry. [#542](https://github.com/microsoft/FeatureManagement-Dotnet/pull/542) +* Fixed a bug that caused duplicated dimensions in Application Insights telemetry. [#542](https://github.com/microsoft/FeatureManagement-Dotnet/pull/542) ## 4.0.0 - November 1, 2024 diff --git a/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md b/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md index 87528343..356211e6 100644 --- a/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md +++ b/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md @@ -10,8 +10,7 @@ ### Bug Fix -* Fixed a bug caused duplicated dimension in Application Insights telemetry. [#542](https://github.com/microsoft/FeatureManagement-Dotnet/pull/542) - +* Fixed a bug that caused duplicated dimension in Application Insights telemetry. [#542](https://github.com/microsoft/FeatureManagement-Dotnet/pull/542) ## 4.0.0 - November 1, 2024