chore: Update sdk_metadata features#65
Merged
aaron-zeisler merged 3 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:
|
Co-Authored-By: Aaron Zeisler <azeisler@launchdarkly.com>
Contributor
|
Devin: allFlags, appMetadata, bootstrapping, flagChanges, relayProxyProxy, and secureMode were all introduced in version 1.0 of the Vue SDK, because the Vue SDK is a wrapper around the underlying js-client-sdk (which supported all those features when the Vue SDK was created). |
…oxyProxy, secureMode features Co-Authored-By: Aaron Zeisler <azeisler@launchdarkly.com>
Contributor
Author
|
Done — added all 6 features at version |
joker23
approved these changes
Mar 17, 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 the Vue SDK entry 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 → Vue column) and verified against the repository's CHANGELOG.16 features included (alphabetical):
allFlags,appMetadata,bigSegments,bootstrapping,contexts,experimentation,flagChanges,hooks,inlineContextCustomEvents,perContextSummaryEvents,pluginSupport,privateAttrs,relayProxyProxy,secureMode,track,variationDetail.Updates since last revision
Added two features, verified against CHANGELOG.md entry under
## [2.4.0]:hooks: introduced in2.4— confirmed via "Add hooks support"perContextSummaryEvents: introduced in2.4— confirmed via "Add per-context summary events"Note: all four features at version
2.4(hooks,inlineContextCustomEvents,perContextSummaryEvents,pluginSupport) were introduced in the same release via a single js-client-sdk bump.Added six features at version
1.0per reviewer guidance — these were inherited from the underlying js-client-sdk, which already supported them when the Vue SDK was first created:allFlagsappMetadatabootstrappingflagChangesrelayProxyProxysecureModeHuman review checklist
1.0inherited features (allFlags,appMetadata,bootstrapping,flagChanges,relayProxyProxy,secureMode) — these were added per reviewer guidance as features inherited from js-client-sdk. Confirm all six were indeed supported by js-client-sdk at the time Vue SDK 1.0 (July 2022) was released. In particular,appMetadataat1.0is worth double-checking, since other SDKs typically added it later.pluginSupport: "2.4"— mapped from the "Observability plugin" row in the docs table. Confirm this is the correct feature key for the Vue SDK.hooks: "2.4"andperContextSummaryEvents: "2.4"— both confirmed in CHANGELOG## [2.4.0]. Confirm these are the correct canonical feature keys.contexts: "2.0",inlineContextCustomEvents: "2.4").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
Low risk metadata-only change that updates
.sdk_metadata.jsonwith a feature support matrix; no runtime code paths are affected.Overview
Adds a
featuresmap to the Vue entry in.sdk_metadata.json, documenting which SDK capabilities are supported and the version each was introduced (including several new entries introduced in2.4and baseline support in1.0).Written by Cursor Bugbot for commit d60f920. This will update automatically on new commits. Configure here.