Skip to content

feat(rc): Support Rollout, Personalization, and Experiment values - #3046

Merged
ashish-kothari merged 10 commits into
mainfrom
kotharas/rc-managed-values
Feb 19, 2026
Merged

feat(rc): Support Rollout, Personalization, and Experiment values#3046
ashish-kothari merged 10 commits into
mainfrom
kotharas/rc-managed-values

Conversation

@ashish-kothari

Copy link
Copy Markdown
Contributor

feat(remote-config): Support Rollout, Personalization, and Experiment values

Added new Remote Config parameter value types (Rollout, Personalization, Experiment) to the SDK.
Updated RemoteConfigParameterValue union type and added corresponding interfaces.
Updated unit tests to verify the new types in Remote Config templates.
Fixes #2962.