Skip to content

Commit 645824f

Browse files
Copilotlinglingye001zhiyuanliang-msjimmyca15
authored
.NET Feature Management v4.5.0 release notes (#1151)
* Add .NET Feature Management 4.5.0 release notes entries Agent-Logs-Url: https://github.com/Azure/AppConfiguration/sessions/630e7e6d-0e38-4201-8dda-24ecb3112daf Co-authored-by: linglingye001 <143174321+linglingye001@users.noreply.github.com> * Fix 4.5.0 release note wording: remove 'strongly typed', correct ParameterObject to ParametersObject Agent-Logs-Url: https://github.com/Azure/AppConfiguration/sessions/39528b02-8c70-44a2-a639-74e05ffbbefd Co-authored-by: linglingye001 <143174321+linglingye001@users.noreply.github.com> * Update 4.5.0 release date to April 23 Agent-Logs-Url: https://github.com/Azure/AppConfiguration/sessions/224a844b-f5d1-4eb2-84ee-f2b1843471fd Co-authored-by: zhiyuanliang-ms <141655842+zhiyuanliang-ms@users.noreply.github.com> * Apply suggestion from @jimmyca15 * Apply suggestion from @jimmyca15 * Apply suggestion from @jimmyca15 * Apply suggestion from @jimmyca15 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: linglingye001 <143174321+linglingye001@users.noreply.github.com> Co-authored-by: zhiyuanliang-ms <141655842+zhiyuanliang-ms@users.noreply.github.com> Co-authored-by: Jimmy Campbell <jimmyca@microsoft.com>
1 parent ea5d8a9 commit 645824f

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

releaseNotes/Microsoft.Featuremanagement.AspNetCore.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## 4.5.0 - April 23, 2026
6+
7+
* Updated `Microsoft.FeatureManagement` reference to `4.5.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes.
8+
59
## 4.4.0 - December 18, 2025
610

711
* Updated `Microsoft.FeatureManagement` reference to `4.4.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes.
@@ -90,4 +94,4 @@ This release has been delisted due to the enhancement below resulting in an unin
9094
[docs]: https://github.com/microsoft/FeatureManagement-Dotnet
9195
[package]: https://www.nuget.org/packages/Microsoft.FeatureManagement.AspNetCore
9296
[samples]: https://github.com/microsoft/FeatureManagement-Dotnet/tree/master/examples/FeatureFlagDemo
93-
[source_code]: https://github.com/microsoft/FeatureManagement-Dotnet/tree/master/src/Microsoft.FeatureManagement.AspNetCore
97+
[source_code]: https://github.com/microsoft/FeatureManagement-Dotnet/tree/master/src/Microsoft.FeatureManagement.AspNetCore

releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md

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

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

5+
## 4.5.0 - April 23, 2026
6+
7+
* Updated `Microsoft.FeatureManagement` reference to `4.5.0`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes.
8+
59
## 4.4.0 - December 18, 2025
610

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

releaseNotes/Microsoft.Featuremanagement.md

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

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

5+
## 4.5.0 - April 23, 2026
6+
7+
### Enhancements
8+
9+
* Added support for custom feature definition providers to pass filter settings directly by using `ParametersObject`, reducing configuration-conversion overhead for non-configuration-backed sources. [#589](https://github.com/microsoft/FeatureManagement-Dotnet/pull/589)
10+
* Improved filter parameter caching behavior for custom feature definition providers that wrap the built-in `ConfigurationFeatureDefinitionProvider`. [#367](https://github.com/microsoft/FeatureManagement-Dotnet/issues/367)
11+
12+
### Bug Fixes
13+
14+
* Fixed a bug where evaluating features with `RequirementType.All` and `IgnoreMissingFeatureFilters` could throw instead of treating missing filters as disabled. [#586](https://github.com/microsoft/FeatureManagement-Dotnet/issues/586)
15+
516
## 4.4.0 - December 18, 2025
617

718
### Enhancements

0 commit comments

Comments
 (0)