mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
54888657e8
* [adapter-launchdarkly] support native Marketplace integration - Read the Edge Config connection string from EXPERIMENTATION_CONFIG, falling back to EDGE_CONFIG for the legacy Vercel integration - Make LAUNCHDARKLY_PROJECT_SLUG / projectSlug optional; it is only used to deep-link flags to the LaunchDarkly dashboard * [adapter-launchdarkly] read EXPERIMENTATION_CONFIG only Align with the Statsig adapter: the default adapter reads the Edge Config connection string from EXPERIMENTATION_CONFIG only and no longer falls back to EDGE_CONFIG. Legacy Vercel integration users can set EXPERIMENTATION_CONFIG to their EDGE_CONFIG value or pass edgeConfigConnectionString explicitly. * [adapter-launchdarkly] mark changeset as major (breaking change) * Update changelog to have a single recommendation for legacy EDGE_CONFIG env var * Bring back LAUNCHDARKLY_PROJECT_SLUG as required