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
doubleVariation method for double value feature flags, as an alternative to numberVariation. Thanks @atlassian-gaustin!
serverConnectionUnavailable ClientDelegate method called when the LDClient receives an error response to a feature flag request. Thanks @atlassian-gaustin!
Changed
Prevent creating an EventSource when an EventSource is already running. Thanks @atlassian-gaustin!
Move feature flag response processing to the request thread, and once complete return the result on the main thread. Thanks @atlassian-gaustin!
Fixed
Array and Dictionary flags now return the array or dictionary when available from the server instead of always returning fallback values. Thanks @atlassian-gaustin!
Streaming no longer generates multiple feature flag requests on return to the foreground