Skip to content

chore: remove FDv2 pre-release warnings for GA promotion#257

Merged
keelerm84 merged 1 commit into
mainfrom
mk/sdk-2349/fdv2-ga-cleanup
May 12, 2026
Merged

chore: remove FDv2 pre-release warnings for GA promotion#257
keelerm84 merged 1 commit into
mainfrom
mk/sdk-2349/fdv2-ga-cleanup

Conversation

@keelerm84

@keelerm84 keelerm84 commented May 12, 2026

Copy link
Copy Markdown
Member

Summary

  • FDv2 / data-saving mode is going GA per the SDK Release Standards spec. GA-stage features must not carry experimental / pre-release warning prose in their public API surface.
  • Removes the <para>...</para> warning blocks ("not stable, and not subject to any backwards compatibility guarantees", "in early access. Please join the EAP") from XML doc comments on FDv2-related types in pkgs/sdk/server/src/. Descriptive <summary> and other XML doc tags are preserved.

Tracking: SDK-2349

Test plan

  • CI green (dotnet build not run locally -- CLI unavailable in cleanup environment; XML doc structure spot-checked)

Note

Low Risk
Doc-comment-only changes that remove early-access/unstable warnings from FDv2/data system related types; no runtime behavior or API signatures change.

Overview
Removes the early-access/unstable warning <para> blocks from XML documentation on FDv2/data system-related public types (e.g., Configuration.DataSystem, ConfigurationBuilder.DataSystem, DataSystemBuilder/DataSystemComponents/DataSystemModes, FDv2 data source builders, and related subsystem types like Selector and DataStoreTypes.ChangeSet).

Keeps the existing summaries/examples/remarks intact while promoting these docs to GA-level wording.

Reviewed by Cursor Bugbot for commit 7511b3e. Bugbot is set up for automated code reviews on this repo. Configure here.

FDv2 / data-saving mode is going GA per the SDK release-standards spec.
Removes the pre-release warning prose ("not stable, and not subject to
any backwards compatibility guarantees", "in early access. ...join the
EAP") from FDv2-related XML doc comments in the server SDK package.
Descriptive doc comments are preserved.

SDK-2349
@keelerm84 keelerm84 marked this pull request as ready for review May 12, 2026 14:09
@keelerm84 keelerm84 requested a review from a team as a code owner May 12, 2026 14:09
@keelerm84 keelerm84 merged commit 543d174 into main May 12, 2026
20 of 21 checks passed
@keelerm84 keelerm84 deleted the mk/sdk-2349/fdv2-ga-cleanup branch May 12, 2026 14:42
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