Skip to content

chore: Update sdk_metadata features - #52

Merged
aaron-zeisler merged 1 commit into
mainfrom
devin/1773423182-update-sdk-metadata-features
Mar 17, 2026
Merged

chore: Update sdk_metadata features#52
aaron-zeisler merged 1 commit into
mainfrom
devin/1773423182-update-sdk-metadata-features

Conversation

@devin-ai-integration

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

Copy link
Copy Markdown
Contributor

Requirements

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

Related issues

None.

Describe the solution you've provided

Adds a features map to the Electron SDK entry in .sdk_metadata.json, documenting which SDK features are supported and the version they were introduced.

Feature versions were sourced from the SDK features documentation table (JavaScript-based client-side SDKs → Electron column), using canonical feature keys from feature_info.json.

Features included (alphabetical): allFlags, bigSegments, bootstrapping, experimentation, flagChanges, privateAttrs, relayProxyProxy, secureMode, track, variationDetail.

Human review checklist

  • Verify that bigSegments: "1.0" is the correct interpretation for the docs value "All" (convention: use the SDK's first release version, which is 1.0.0 per git tags)
  • Confirm no additional features should be listed — the Electron SDK has empty cells in the docs table for appMetadata, autoEnvAttrs, contexts, hooks, offlineMode, and others. Notably, contexts is absent, which may reflect that this SDK predates context support.

Describe alternatives you've considered

N/A.

Additional context

This is part of a batch update across 9 SDK repositories. The Electron SDK is an older, less-maintained wrapper so it has fewer features than other client-side SDKs.

Link to Devin session: https://app.devin.ai/sessions/36c488ed347d47f1acbe42cdbbdf16af
Requested by: Aaron Zeisler


Note

Low Risk
Low risk metadata-only change that adds a feature support/version map for the Electron SDK and does not affect runtime code paths.

Overview
Adds a features map to the Electron entry in .sdk_metadata.json, documenting which SDK capabilities are supported and the version each was introduced (e.g., allFlags, bigSegments, secureMode, track, variationDetail).

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

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

Copy link
Copy Markdown
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

@aaron-zeisler
aaron-zeisler marked this pull request as ready for review March 16, 2026 18:49
@aaron-zeisler
aaron-zeisler requested a review from a team as a code owner March 16, 2026 18:49
@aaron-zeisler
aaron-zeisler merged commit af1dae2 into main Mar 17, 2026
6 checks passed
@aaron-zeisler
aaron-zeisler deleted the devin/1773423182-update-sdk-metadata-features branch March 17, 2026 15:30
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