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
[flagd] Update in-process Evaluation To Allow undefined or nulldefaultValue
We want to support optional/null defaultValue for flag configurations. The in-process provider must be updated to support this.
Steps
return FLAG_NOT_FOUND for flag configurations missing a defaultValue and for which targeting doesn't resolve a variant (This is the critical behavioral change)
add associated gherkin tests from the test harness