Skip to content

Releases: launchdarkly/dotnet-client-sdk

v5.2.1

05 Jun 18:23
01a4701
Compare
Choose a tag to compare

5.2.1 (2024-06-05)

Bug Fixes

  • fixes issue where first flag listener callback was not triggered… (#97) (6bf8ec1)

v5.2.0

08 May 17:01
6eedb68
Compare
Choose a tag to compare

5.2.0 (2024-05-08)

Features

  • adds init async with timeout and deprecated non-timeout init functions (#95) (41e70f2)

v5.1.0

14 Mar 18:58
455ee31
Compare
Choose a tag to compare

5.1.0 (2024-03-14)

Features

  • Always inline contexts for feature events (c658bee)
  • Redact anonymous attributes within feature events (c658bee)

Bug Fixes

  • Bump LaunchDarkly.InternalSdk to 3.4.0 (#91) (c658bee)

v5.0.0

13 Feb 20:30
d15d256
Compare
Choose a tag to compare

5.0.0 (2024-02-13)

Features

Bug Fixes

  • updating deprecated AndroidClientHandler to AndroidMessageHandler (973b38c)
  • updating deprecated AndroidClientHandler to AndroidMessageHandler (#69) (3dc9dba)

Miscellaneous Chores

4.0.0

18 Oct 18:20
Compare
Choose a tag to compare

[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

11 Oct 15:04
Compare
Choose a tag to compare

[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

04 Apr 18:08
Compare
Choose a tag to compare

[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

09 Mar 00:13
Compare
Choose a tag to compare

[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

27 Feb 21:50
Compare
Choose a tag to compare

[2.0.4] - 2023-02-27

Changed:

  • Update LaunchDarkly.JsonStream to version 1.1.2. This version addresses an issue with serializing doubles to JSON values.

2.0.3

24 Feb 19:17
Compare
Choose a tag to compare

[2.0.3] - 2023-02-24

Changed:

  • Update to LaunchDarkly.JsonStream version 1.1.1. This version includes a fix for parsing double values using the invariant culture.