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
feat: Adds support for client-side prerequisite events (#409)
**Requirements**
- [x] I have added test coverage for new or changed functionality
- [x] I have followed the repository's [pull request submission
guidelines](../blob/v9/CONTRIBUTING.md#submitting-pull-requests)
- [x] I have validated my changes against all supported platform
versions
**Related issues**
SDK-684
**Describe the solution you've provided**
Added prerequisites to flag model
Variation calls now recurse on prerequisites
Updated iOS FlagRequestTracker to use "first default wins" instead of
"last default wins" to be more consistent with other SDK
implementations. Also updated it to not serialize a null default.
0 commit comments