chore: remove FDv2 pre-release warnings from server-side packages#1376
Merged
Conversation
FDv2 / data-saving mode is going GA on server-side SDKs per the SDK
release-standards spec. Removes the pre-release warning prose ("not
stable and not subject to any backwards compatibility guarantees",
"not suitable for production usage") and @experimental tags from
FDv2-related TSDoc on server-side types.
Scoped to server-side: js-server-sdk-common, plus the shared
DataSourceState/DataSource/LDDataSourceFactory types in
js-sdk-common/api/subsystem/DataSystem. Client-side packages
(sdk-client, browser, react-native) are out of scope -- the
data-saving-mode docs only list server SDKs as GA.
SDK-2349
Contributor
|
@launchdarkly/js-sdk-common size report |
Contributor
|
@launchdarkly/browser size report |
Contributor
|
@launchdarkly/js-client-sdk size report |
Contributor
|
@launchdarkly/js-client-sdk-common size report |
tanderson-ld
approved these changes
May 12, 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.
Summary
@experimentaltags from TSDoc on server-side FDv2 types.@launchdarkly/js-server-sdk-common, plus the sharedDataSourceState/DataSource/LDDataSourceFactorytypes in@launchdarkly/js-sdk-common. Client-side packages (sdk-client,browser,react-native) are out of scope -- the data-saving-mode docs only list server SDKs as GA.Tracking: SDK-2349
Test plan
yarn workspace @launchdarkly/js-sdk-common buildcleanyarn workspace @launchdarkly/js-server-sdk-common buildcleanyarn workspace @launchdarkly/node-server-sdk buildcleanNote
Low Risk
Doc-only TSDoc comment changes that remove experimental/unstable warnings; no runtime behavior or type shapes are modified.
Overview
Removes
@experimentaltags and pre-release warning language from TSDoc on FDv2/data-system public types, includingDataSourceState/DataSource/LDDataSourceFactory,LDOptions#dataSystem,LDDataSystemOptions, andLDTransactionalFeatureStore.This effectively marks the server-side data system APIs as GA without changing any implementations.
Reviewed by Cursor Bugbot for commit 9f40438. Bugbot is set up for automated code reviews on this repo. Configure here.