Skip to content

Commit 4fe418b

Browse files
Release note .NET FM 4.1.0 (#1063)
* release note .net fm 4.1.0 * update
1 parent f4e09f6 commit 4fe418b

3 files changed

Lines changed: 26 additions & 0 deletions

File tree

releaseNotes/Microsoft.Featuremanagement.AspNetCore.md

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

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

5+
## 4.1.0 - May 22, 2025
6+
7+
### Enhancements
8+
9+
* Updated `Microsoft.FeatureManagement` reference to `4.1.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes.
10+
11+
### Bug Fix
12+
13+
* Fixed a bug that caused duplicated dimensions in Application Insights telemetry. [#542](https://github.com/microsoft/FeatureManagement-Dotnet/pull/542)
14+
515
## 4.0.0 - November 1, 2024
616

717
### Enhancements

releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md

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

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

5+
## 4.1.0 - May 22, 2025
6+
7+
### Enhancements
8+
9+
* Updated `Microsoft.FeatureManagement` reference to `4.1.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes.
10+
11+
### Bug Fix
12+
13+
* Fixed a bug that caused duplicated dimension in Application Insights telemetry. [#542](https://github.com/microsoft/FeatureManagement-Dotnet/pull/542)
14+
515
## 4.0.0 - November 1, 2024
616

717
### 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.1.0 - May 22, 2025
6+
7+
### Enhancements
8+
9+
* Added `DefaultWhenEnabled` and `VariantAssignmentPercentage` fields to the `FeatureEvaluation` event. [#495](https://github.com/microsoft/FeatureManagement-Dotnet/pull/495)
10+
511
## 4.0.0 - November 1, 2024
612

713
### Enhancements

0 commit comments

Comments
 (0)