Skip to content

Version Packages#431

Merged
mbrakken merged 1 commit into
mainfrom
changeset-release/main
Jul 10, 2026
Merged

Version Packages#431
mbrakken merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@flags-sdk/launchdarkly@1.0.0

Major Changes

  • #418 5488865 Thanks @mbrakken! - Support the native LaunchDarkly Marketplace integration.

    Breaking changes:

    • The default adapter (ldAdapter) now reads the Edge Config connection string from the EXPERIMENTATION_CONFIG environment variable instead of EDGE_CONFIG. This aligns with the native LaunchDarkly Marketplace integration and matches the behavior of other adapters (e.g. Statsig). EDGE_CONFIG is no longer read by the default adapter. The error thrown when EXPERIMENTATION_CONFIG is not set changed to LaunchDarkly Adapter: Missing EXPERIMENTATION_CONFIG environment variable.

      If you use the legacy LaunchDarkly Vercel integration (which provides the connection string as EDGE_CONFIG), pass the connection string explicitly with createLaunchDarklyAdapter:

      import { createLaunchDarklyAdapter } from "@flags-sdk/launchdarkly";
      
      const ldAdapter = createLaunchDarklyAdapter({
        projectSlug: process.env.LAUNCHDARKLY_PROJECT_SLUG,
        clientSideId: process.env.LAUNCHDARKLY_CLIENT_SIDE_ID,
        edgeConfigConnectionString: process.env.EDGE_CONFIG,
      });

@vercel

vercel Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
flags-playground Ready Ready Preview, Comment, Open in v0 Jul 10, 2026 3:05pm
flags-sdk-dev Ready Ready Preview, Comment, Open in v0 Jul 10, 2026 3:05pm
flags-sdk-snippets Ready Ready Preview, Comment, Open in v0 Jul 10, 2026 3:05pm
flags-sdk-sveltekit-snippets Ready Ready Preview, Comment, Open in v0 Jul 10, 2026 3:05pm
shirt-shop Ready Ready Preview, ✅ 1 resolved, Open in v0 Jul 10, 2026 3:05pm
shirt-shop-api Ready Ready Preview, Comment, Open in v0 Jul 10, 2026 3:05pm

@mbrakken mbrakken enabled auto-merge (squash) July 10, 2026 15:12
@mbrakken mbrakken merged commit 6de1dcd into main Jul 10, 2026
18 checks passed
@mbrakken mbrakken deleted the changeset-release/main branch July 10, 2026 15:13
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