.NET Feature Management v4.5.0 release notes#1151
Conversation
Agent-Logs-Url: https://github.com/Azure/AppConfiguration/sessions/630e7e6d-0e38-4201-8dda-24ecb3112daf Co-authored-by: linglingye001 <143174321+linglingye001@users.noreply.github.com>
…meterObject 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>
|
@copilot Change the 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>
Done — updated the release date to April 23 in commit |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds 4.5.0 release notes across the FeatureManagement packages and aligns the entry details (API name + release date) for the 4.5.0 announcement.
Changes:
- Added 4.5.0 release notes section (enhancements + bug fix) to
Microsoft.Featuremanagement.md. - Added 4.5.0 entries to the ASP.NET Core and App Insights telemetry release notes (dependency reference update).
- Normalized the
source_codereference line formatting in the ASP.NET Core release notes.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| releaseNotes/Microsoft.Featuremanagement.md | Introduces 4.5.0 release notes with enhancements and bug fix details. |
| releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md | Adds a 4.5.0 entry describing the updated core package reference. |
| releaseNotes/Microsoft.Featuremanagement.AspNetCore.md | Adds a 4.5.0 entry for the updated core package reference and fixes link reference formatting. |
|
|
||
| ### Enhancements | ||
|
|
||
| * 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) |
There was a problem hiding this comment.
Minor wording issue: “pass … directly by using” is redundant and reads awkwardly. Consider rephrasing to something like “pass filter settings directly using ParametersObject …” (or equivalent) to improve readability.
| * 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) | |
| * Added support for custom feature definition providers to pass filter settings directly using `ParametersObject`, reducing configuration-conversion overhead for non-configuration-backed sources. [#589](https://github.com/microsoft/FeatureManagement-Dotnet/pull/589) |
ParameterObject→ParametersObject