This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
4.0.0
[4.0.0] - 2018-02-21
Added
- Support for a new LaunchDarkly feature: reusable user segments.
Changed
- The client now uses Common.Logging.
- 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. - Some previously public classes that were not meant to be public are now internal.
Fixed
- All previously undocumented methods now have documentation comments.
Removed
- Obsolete/deprecated methods have been removed.
- Removed
Configuration.WithLoggerFactory
since the logging framework has changed. For more details on setting up logging, see here.