This repository has been archived by the owner on May 30, 2024. It is now read-only.
3.0.1
[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 usesInMemoryFeatureStore
orRedisFeatureStore
should work as before, but custom feature store implementations will need to be updated. - Removed deprecated methods.