chore: Update sdk_metadata features#379
Draft
devin-ai-integration[bot] wants to merge 3 commits intomainfrom
Draft
chore: Update sdk_metadata features#379devin-ai-integration[bot] wants to merge 3 commits intomainfrom
devin-ai-integration[bot] wants to merge 3 commits intomainfrom
Conversation
Co-Authored-By: Aaron Zeisler <azeisler@launchdarkly.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
…rimentation versions Co-Authored-By: Aaron Zeisler <azeisler@launchdarkly.com>
Co-Authored-By: Aaron Zeisler <azeisler@launchdarkly.com>
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.
Requirements
Related issues
Part of a cross-repo effort to populate the
featuresfield in.sdk_metadata.jsonfor all LaunchDarkly SDKs.Describe the solution you've provided
Adds a
featuresmap to thereact-client-sdkentry in.sdk_metadata.json, documenting which SDK features are supported and the version each was introduced. Feature keys use the canonical camelCase names fromsdk-meta/products/feature_info.json, and introduction versions are sourced from the SDK features documentation table (JavaScript-based client-side SDKs → React Web column) and verified against the repository's CHANGELOG.15 features included (alphabetical):
allFlags,appMetadata,bigSegments,bootstrapping,contexts,experimentation,flagChanges,hooks,perContextSummaryEvents,pluginSupport,privateAttrs,relayProxyProxy,secureMode,track,variationDetail.Updates since last revision
Added two new features, verified against CHANGELOG.md:
hooks: introduced in3.7— confirmed via CHANGELOG entry "Add hook and plugin support" under## [3.7.0]. Note: this is the LaunchDarkly evaluation hooks feature, distinct from the React hooks (useState/useEffect) added in2.11.0.perContextSummaryEvents: introduced in3.8— confirmed via CHANGELOG entry "Add support for per-context summary events" under## [3.8.0].Updated three feature versions per reviewer guidance that version 2.9 was the first actual
react-client-sdkrelease (prior versions were part ofjs-client-sdk):bigSegments:1.0→2.9experimentation:1.0→2.9track:1.0→2.9Human review checklist
pluginSupport: "3.7"— mapped from the "Observability plugin" row in the docs table. Introduced in the same release ashooks. Confirm this mapping is correct.bootstrapping: "2.9.5",relayProxyProxy: "2.20.2",contexts: "3.0").migrations,offlineMode,autoEnvAttrs,fileDataSource,testDataSource,webProxy, and others. Verify these are truly unsupported by this SDK.Describe alternatives you've considered
N/A — follows the established pattern from other SDKs (e.g.,
js-core,go-server-sdk).Additional context