$npx -y @buildinternet/releases show rel_ZzS8w42bPVD_tW-KchZeB
[2.6.0] - 2017-08-25
Added
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