This repository was archived by the owner on May 22, 2025. 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
FeatureStoreinterface has been changed to support user segment data as well as feature flags. Existing code that usesInMemoryFeatureStoreorRedisFeatureStoreshould 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.WithLoggerFactorysince the logging framework has changed. For more details on setting up logging, see here.