Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

2.3.0

Compare
Choose a tag to compare
@LaunchDarklyCI LaunchDarklyCI released this 31 Jan 22:09
· 7 commits to v2 since this release

[2.3.0] - 2018-01-31

Changed

  • When evaluating a feature flag, if the client has not yet fully initialized but you are using a Redis store that has already been populated, the client will now use the last known feature data from Redis rather than returning a default value.
  • In polling mode, the minimum polling interval is now 30 seconds. Smaller configured values will be adjusted up to the minimum.
  • The streaming client will no longer reconnect after detecting an invalidated SDK key.
  • Added a build tag, launchdarkly_no_redis, which allows building without the Redis dependency.

Fixed

  • Fixed a bug where a previously deleted feature flag might be considered still available.