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
[FFM-1355]: The golang SDK was not evaluating custom rules for segments added directly to the flag
What:
If a segment is added to the flag directly (as opposed to using the segmentMatch operator) then we
call segment.Evaluate()
This will check if the target is included, excluded or added via custom rules.
Why:
Previously we only checked in the target was included in a segment, it meant custom rules were being ignored.T
0 commit comments