Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions releaseNotes/Microsoft.Featuremanagement.AspNetCore.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 that caused duplicated dimensions in Application Insights telemetry. [#542](https://github.com/microsoft/FeatureManagement-Dotnet/pull/542)

## 4.0.0 - November 1, 2024

### Enhancements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 that caused duplicated dimension in Application Insights telemetry. [#542](https://github.com/microsoft/FeatureManagement-Dotnet/pull/542)

## 4.0.0 - November 1, 2024

### Enhancements
Expand Down
6 changes: 6 additions & 0 deletions releaseNotes/Microsoft.Featuremanagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down