Add release notes for JavaScript Feature Management v2.3.1#1148
Open
Add release notes for JavaScript Feature Management v2.3.1#1148
Conversation
Agent-Logs-Url: https://github.com/Azure/AppConfiguration/sessions/e3edd429-f40b-44ae-898c-6da90af67962 Co-authored-by: linglingye001 <143174321+linglingye001@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/AppConfiguration/sessions/16873dce-31ea-4d45-81c7-3d0f39b41c2d Co-authored-by: linglingye001 <143174321+linglingye001@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
linglingye001
April 14, 2026 06:00
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new release-notes entry for @microsoft/feature-management v2.3.1 to document a bug fix in the JavaScript Feature Management package.
Changes:
- Added a
2.3.1release-notes section dated April 15, 2026. - Documented the
isEnabled/RequirementType Anybug fix and linked to FeatureManagement-JavaScript PR #158.
Comment on lines
+7
to
+9
| ### Bug Fixes | ||
|
|
||
| * Fixed a bug where `isEnabled` returned `false` when an unregistered feature filter was encountered while using `RequirementType` `Any`, even if other registered filters in the list could enable the feature. [#158](https://github.com/microsoft/FeatureManagement-JavaScript/pull/158) |
There was a problem hiding this comment.
PR description says this change also reverts an incorrectly placed entry in GoFeatureManagement.md, but this PR only modifies JavaScriptFeatureManagement.md. Either include the Go release-notes revert in this PR or update the PR description to match the actual changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add release notes for
@microsoft/feature-managementv2.3.1 (April 15, 2026).isEnabledincorrectly returnedfalsewhen encountering an unregistered filter withRequirementTypeAny, short-circuiting evaluation instead of continuing to check remaining registered filters (#158)Also reverts an incorrectly placed entry that was added to
GoFeatureManagement.mdinstead ofJavaScriptFeatureManagement.md.