chore: Update sdk_metadata features#379
Merged
aaron-zeisler merged 4 commits intomainfrom Mar 17, 2026
Merged
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>
Contributor
|
Devin: For |
Co-Authored-By: Aaron Zeisler <azeisler@launchdarkly.com>
Contributor
Author
|
Done — updated |
joker23
approved these changes
Mar 16, 2026
aaron-zeisler
approved these changes
Mar 17, 2026
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 four 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.9relayProxyProxy:2.20.2→2.9— the2.20.2entry was a relay proxy bug fix, not the feature's introduction; relay proxy support was available from the first react-client-sdk release.Human review checklist
2.9convention — seven features are listed at2.9(allFlags,bigSegments,experimentation,flagChanges,privateAttrs,relayProxyProxy,track). These represent features available from the first actual react-client-sdk release. Confirm this is the correct set and that none should have a different version.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",secureMode: "2.18",appMetadata: "2.26",contexts: "3.0",variationDetail: "2.21").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
Note
Low Risk
Metadata-only change adding feature/version annotations for the React Web SDK; no runtime code or behavior is modified. Risk is limited to downstream tooling that consumes
.sdk_metadata.jsonpotentially relying on these values.Overview
Adds a new
featuresmap underreact-client-sdkin.sdk_metadata.jsonthat enumerates supported SDK capabilities (e.g.,contexts,hooks,secureMode) and records the version each was introduced.No runtime code changes; this updates repository metadata used for documentation/tooling.
Written by Cursor Bugbot for commit 9c83a02. This will update automatically on new commits. Configure here.