FeatureHub.SDK
1.1.0
.Net SDK implementation for FeatureHub.io - Cloud Native platform to help software teams manage their features, from feature flags (also known as feature toggles) to A/B experiments and remote or centralised configuration.
Install-Package FeatureHub.SDK -Version 1.1.0
dotnet add package FeatureHub.SDK --version 1.1.0
<PackageReference Include="FeatureHub.SDK" Version="1.1.0" />
paket add FeatureHub.SDK --version 1.1.0
#r "nuget: FeatureHub.SDK, 1.1.0"
FeatureHubSDK
This library is the client SDK for the https://featurehub.io open source project,
which brings you Cloud Native Feature Flag management, A/B experiments and remote configuration.
This package includes the client SDK for event source, which gives you realtime updates, the
core repository, and the API required for allowing you to change the state of features using
your Service Account URL.
The repository is isolated from the EventSource mechanism, so you can alternatively fill it
from a file or a database if you wish - and it is likely what you would do in integration tests.
SDK features
Details about what general features are available in SDKs from FeatureHub are available here.
Changelog
1.1.0 - analytics support
1.0.0 - initial functionality with near-realtime event updates, full feature repository, server side rollout stratgies.
FeatureHubSDK
This library is the client SDK for the https://featurehub.io open source project,
which brings you Cloud Native Feature Flag management, A/B experiments and remote configuration.
This package includes the client SDK for event source, which gives you realtime updates, the
core repository, and the API required for allowing you to change the state of features using
your Service Account URL.
The repository is isolated from the EventSource mechanism, so you can alternatively fill it
from a file or a database if you wish - and it is likely what you would do in integration tests.
SDK features
Details about what general features are available in SDKs from FeatureHub are available here.
Changelog
1.1.0 - analytics support
1.0.0 - initial functionality with near-realtime event updates, full feature repository, server side rollout stratgies.
Release Notes
Initial 1.0.0 release
Dependencies
-
.NETStandard 2.0
- LaunchDarkly.EventSource (>= 3.3.2)
- Newtonsoft.Json (>= 12.0.3)
- RestSharp (>= 106.10.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.