Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

3.0.1

Compare
Choose a tag to compare
@eli-darkly eli-darkly released this 22 Feb 18:55

[3.0.1] - 2018-02-22

Added

  • Support for a new LaunchDarkly feature: reusable user segments.

Changed

  • The FeatureStore interface has been changed to support user segment data as well as feature flags. Existing code that uses InMemoryFeatureStore or RedisFeatureStore should work as before, but custom feature store implementations will need to be updated.
  • Removed deprecated methods.