launchdarkly-server-sdk: Server-side SDK for integrating with LaunchDarkly

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Please see the README on GitHub at https://github.com/launchdarkly/haskell-server-sdk#readme


[Skip to Readme]

Properties

Versions 1.0.0, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 2.0.0, 2.0.1, 2.0.2, 2.1.0, 2.1.1, 2.2.0, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.1.0, 3.1.1, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.0.4, 4.1.0
Change log CHANGELOG.md
Dependencies aeson (>=1.4.4.0 && <1.5), attoparsec (>=0.13.2.2 && <0.14), base (>=4.7 && <5), base16-bytestring (>=0.1.1.6 && <0.2), bytestring (>=0.10.8.2 && <0.11), bytestring-conversion (>=0.3.1 && <0.4), clock (>=0.8 && <0.9), containers (>=0.6.0.1 && <0.7), cryptohash (>=0.11.9 && <0.12), exceptions (>=0.10.2 && <0.11), extra (>=1.6.17 && <1.7), generic-lens (>=1.1.0.0 && <1.2), hashtables (>=1.2.3.4 && <1.3), hedis (>=0.12.7 && <0.13), http-client (>=0.6.4 && <0.7), http-client-tls (>=0.3.5.3 && <0.4), http-types (>=0.12.3 && <0.13), iso8601-time (>=0.1.5 && <0.2), lens (>=4.17.1 && <4.18), lrucache (>=1.2.0.1 && <1.3), monad-logger (>=0.3.30 && <0.4), mtl (>=2.2.2 && <2.3), pcre-light (>=0.4.0.4 && <0.5), random (>=1.1 && <1.2), retry (>=0.8.0.1 && <0.9), scientific (>=0.3.6.2 && <0.4), semver (>=0.3.4 && <0.4), text (>=1.2.3.1 && <1.3), time (>=1.8.0.2 && <1.9), unordered-containers (>=0.2.10.0 && <0.3), uuid (>=1.3.13 && <1.4), vector (>=0.12.0.3 && <0.13) [details]
License Apache-2.0
Copyright 2019 Catamorphic, Co
Author LaunchDarkly
Maintainer dev@launchdarkly.com
Category Web
Home page https://github.com/launchdarkly/haskell-server-sdk#readme
Bug tracker https://github.com/launchdarkly/haskell-server-sdk/issues
Source repo head: git clone https://github.com/launchdarkly/haskell-server-sdk
Uploaded by launchdarkly at 2020-02-25T18:38:08Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for launchdarkly-server-sdk-1.0.0

[back to package description]

LaunchDarkly Server-side SDK for Haskell

CircleCI

The LaunchDarkly Server-side SDK for Haskell is designed primarily for use in multi-user systems such as web servers and applications. It follows the server-side LaunchDarkly model for multi-user contexts. It is not intended for use in desktop and embedded systems applications.

LaunchDarkly overview

LaunchDarkly is a feature management platform that serves over 100 billion feature flags daily to help teams build better software, faster. Get started using LaunchDarkly today!

Twitter Follow

Getting started

Download a release archive from the GitHub Releases for use in your project. Refer to the SDK documentation for complete instructions on getting started with using the SDK.

Learn more

Check out our documentation for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the complete reference guide for this SDK.

Testing

We run integration tests for all our SDKs using a centralized test harness. This approach gives us the ability to test for consistency across SDKs, as well as test networking behavior in a long-running application. These tests cover each method in the SDK, and verify that event sending, flag evaluation, stream reconnection, and other aspects of the SDK all behave correctly.

Contributing

We encourage pull requests and other contributions from the community. Check out our contributing guidelines for instructions on how to contribute to this SDK.

About LaunchDarkly