Releases: launchdarkly/haskell-server-sdk
Releases · launchdarkly/haskell-server-sdk
0.2.0 Beta
[0.2.0] - 2020-02-10
Added:
- Added support for utilizing external features stores. See
LaunchDarkly.Server.Store
for details on implementing a store. You can configure usage of a specific store withconfigSetStoreBackend
. - Added support for Redis as an external feature store. See the
launchdarkly-server-sdk-redis
package for details. - Added support for LaunchDarkly daemon mode configurable with
configSetUseLdd
.
Fixed:
- Incorrect ToJSON instances for flag rules and operators.
- Updated bucketing logic to fallback to last variation instead of producing an error.
- Refactored streaming implementation.
- Stopped sending empty event payloads.
0.1.1 Beta
[0.1.1] - 2019-12-10
Fixed
- Corrected internal HTTP client user agent format.
0.1.0 Beta
This version of the SDK is a beta version and should not be considered ready for production use.
Initial release: The SDK has all core functionality except for flag change listeners, and external store integrations.