This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
Releases: launchdarkly/dotnet-client-sdk
Releases · launchdarkly/dotnet-client-sdk
v5.2.1
v5.2.0
v5.1.0
v5.0.0
4.0.0
[4.0.0] - 2023-10-18
Added:
- Added Automatic Mobile Environment Attributes functionality which makes it simpler to target your mobile customers based on application name or version, or on device characteristics including manufacturer, model, operating system, locale, and so on. To learn more, read Automatic environment attributes.
3.1.0
[3.1.0] - 2023-10-11
Added:
Configuration.Builder("myKey").ApplicationInfo()
, for configuration of application metadata that may be used in LaunchDarkly analytics or other product features.
3.0.2
[3.0.2] - 2023-04-04
When using multi-contexts, then this update can change the FullyQualifiedKey
for a given context. This can cause a cache miss in the local cache for a given context, requiring a connection to LaunchDarkly to populate that cache for the new FullyQualifiedKey
.
Fixed:
- Fixed an issue with generating the FullyQualifiedKey. The key generation was not sorted by the kind, so the key was not stable depending on the order of the context construction. This affects how flags are locally cached, as they are cached by the FullyQualifiedKey.
3.0.1
[3.0.1] - 2023-03-08
Changed:
- Update to
LaunchDarkly.InternalSdk
3.1.1
Fixed:
- (From LaunchDarkly.InternalSdk) Fixed an issue where calling FlushAndWait with TimeSpan.Zero would never complete if there were no events to flush.
2.0.4
[2.0.4] - 2023-02-27
Changed:
- Update
LaunchDarkly.JsonStream
to version1.1.2
. This version addresses an issue with serializing doubles to JSON values.
2.0.3
[2.0.3] - 2023-02-24
Changed:
- Update to
LaunchDarkly.JsonStream
version1.1.1
. This version includes a fix for parsing double values using the invariant culture.