chore: remove FDv2 pre-release warnings for GA promotion#386
Merged
Conversation
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", "not suitable for production
usage", "in early access. ...join the EAP") from FDv2-related YARD
comments. Descriptive comments are preserved.
SDK-2349
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
lib/ldclient-rb/interfaces/data_system.rb,lib/ldclient-rb/impl/data_system/protocolv2.rb,lib/ldclient-rb/integrations/file_data.rb,lib/ldclient-rb/integrations/test_data_v2.rb, andlib/ldclient-rb/config.rb. Descriptive YARD comments are preserved.Tracking: SDK-2349
Test plan
ruby -cclean on each changed fileNote
Low Risk
Low risk: changes are limited to documentation/YARD comments and do not alter runtime behavior or protocol logic.
Overview
Promotes FDv2/data-saving mode to GA by removing experimental/early-access warning prose from the public API documentation.
Updates YARD comments across
Config::DataSystemConfig, FDv2 protocol types (ProtocolV2), FDv2 integrations (FileData#data_source_v2,TestDataV2), andInterfaces::DataSystemconstants/types, while preserving the remaining descriptive docs.Reviewed by Cursor Bugbot for commit e25e9d7. Bugbot is set up for automated code reviews on this repo. Configure here.