1. Make sure we don't override any existing feature flag properties when adding locally evaluated feature flag properties.
3.3.0
1. When local evaluation is enabled, we automatically add flag information to all events sent to ClairView, whenever possible. This makes it easier to use these events in experiments.
3.2.0
1. Numeric property handling for feature flags now does the expected: When passed in a number, we do a numeric comparison. When passed in a string, we do a string comparison. Previously, we always did a string comparison. 2. Add support for relative date operators for local evaluation.
3.1.0
1. Increase maximum event size and batch size
3.0.2
1. Returns the current flag property with $feature_flag_called events, to make it easier to use in experiments
3.0.1
1. Restore how feature flags work when the client library is disabled: All requests return `None` and no events are sent when the client is disabled. 2. Add a `feature_flag_definitions()` debug option, which returns currently loaded feature flag definitions. You can use this to more cleverly decide when to request local evaluation of feature flags.