You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AI-FSSDK] [FSSDK-12337] Add Feature Rollout support
Add Feature Rollout support to the Ruby SDK. During project config
parsing, inject the "everyone else" variation from the flag's rollout
into any experiment with type "feature_rollout", enabling correct
evaluation without changes to decision logic.
- Added config parsing logic to inject the everyone else rollout
variation into feature_rollout experiments
- Added traffic allocation entry (endOfRange=10000) for injected variation
- Added get_everyone_else_variation helper to extract the last rollout
rule's first variation
- Added 6 unit tests covering injection, variation maps, edge cases,
and backward compatibility
0 commit comments