Skip to content

chore: Update sdk_metadata features#65

Merged
aaron-zeisler merged 3 commits intomainfrom
devin/1773423182-update-sdk-metadata-features
Mar 17, 2026
Merged

chore: Update sdk_metadata features#65
aaron-zeisler merged 3 commits intomainfrom
devin/1773423182-update-sdk-metadata-features

Conversation

@devin-ai-integration
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot commented Mar 13, 2026

Requirements

  • I have added test coverage for new or changed functionality — N/A, metadata-only change
  • I have followed the repository's pull request submission guidelines
  • I have validated my changes against all supported platform versions — N/A, metadata-only change

Related issues

Part of a cross-repo effort to populate the features field in .sdk_metadata.json for all LaunchDarkly SDKs.

Describe the solution you've provided

Adds a features map 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 from sdk-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

  1. Added two features, verified against CHANGELOG.md entry under ## [2.4.0]:

    • hooks: introduced in 2.4 — confirmed via "Add hooks support"
    • perContextSummaryEvents: introduced in 2.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.

  2. Added six features at version 1.0 per reviewer guidance — these were inherited from the underlying js-client-sdk, which already supported them when the Vue SDK was first created:

    • allFlags
    • appMetadata
    • bootstrapping
    • flagChanges
    • relayProxyProxy
    • secureMode

Human review checklist

  • Verify the six 1.0 inherited 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, appMetadata at 1.0 is worth double-checking, since other SDKs typically added it later.
  • Verify pluginSupport: "2.4" — mapped from the "Observability plugin" row in the docs table. Confirm this is the correct feature key for the Vue SDK.
  • Verify hooks: "2.4" and perContextSummaryEvents: "2.4" — both confirmed in CHANGELOG ## [2.4.0]. Confirm these are the correct canonical feature keys.
  • Spot-check introduction versions against the repo's CHANGELOG (e.g., contexts: "2.0", inlineContextCustomEvents: "2.4").
  • Confirm no features are still missing — verify against the docs table and js-client-sdk capabilities.

Describe alternatives you've considered

N/A — follows the established pattern from other SDKs (e.g., js-core, go-server-sdk).

Additional context


Open with Devin

Note

Low Risk
Low risk metadata-only change that updates .sdk_metadata.json with a feature support matrix; no runtime code paths are affected.

Overview
Adds a features map 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 in 2.4 and baseline support in 1.0).

Written by Cursor Bugbot for commit d60f920. This will update automatically on new commits. Configure here.

Co-Authored-By: Aaron Zeisler <azeisler@launchdarkly.com>
@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Copy link
Contributor Author

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

Co-Authored-By: Aaron Zeisler <azeisler@launchdarkly.com>
@aaron-zeisler
Copy link
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>
@devin-ai-integration
Copy link
Contributor Author

Done — added all 6 features at version 1.0 (inherited from the underlying js-client-sdk): allFlags, appMetadata, bootstrapping, flagChanges, relayProxyProxy, secureMode. Vue SDK now has 16 features total.

@aaron-zeisler aaron-zeisler marked this pull request as ready for review March 16, 2026 20:01
@aaron-zeisler aaron-zeisler requested a review from a team as a code owner March 16, 2026 20:01
@aaron-zeisler aaron-zeisler merged commit 147aab4 into main Mar 17, 2026
4 checks passed
@aaron-zeisler aaron-zeisler deleted the devin/1773423182-update-sdk-metadata-features branch March 17, 2026 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants