Skip to content

Releases: launchdarkly/haskell-server-sdk

1.0.0

24 Feb 23:05

Choose a tag to compare

[1.0.0] - 2020-02-24

Fixed:

  • Several haddock typos.
  • Added configSetStoreTTL, and configSetUseLdd to LaunchDarkly.Server export list.
  • Added package.yaml version constraints.

0.2.1 Beta

22 Feb 00:10

Choose a tag to compare

0.2.1 Beta Pre-release
Pre-release

[0.2.1] - 2020-02-21

Fixed:

  • Added an event delivery retry mechanism. The SDK will now try to deliver events again after one second before dropping them.
  • Added a payload identity header for event delivery to prevent duplication in certain edge cases.
  • Made many fields strict for more deterministic memory usage.

0.2.0 Beta

10 Feb 21:35

Choose a tag to compare

0.2.0 Beta Pre-release
Pre-release

[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 with configSetStoreBackend.
  • 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

10 Dec 22:27
1fdf827

Choose a tag to compare

0.1.1 Beta Pre-release
Pre-release

[0.1.1] - 2019-12-10

Fixed

  • Corrected internal HTTP client user agent format.

0.1.0 Beta

10 Dec 17:39
66d0347

Choose a tag to compare

0.1.0 Beta Pre-release
Pre-release

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.