Skip to content

Releases: launchdarkly/dotnet-server-sdk

v8.5.1

03 Jun 18:03
6a37d9d
Compare
Choose a tag to compare

8.5.1 (2024-06-03)

Bug Fixes

  • Adjust big segments logic to prevent duplicate polls. (#225) (4202165)

v8.5.0

10 May 16:46
bfed72d
Compare
Choose a tag to compare

8.5.0 (2024-05-10)

Features

  • adds warning log if excessive StartWaitTime is used. (#218) (6f6cdec)

telemetry: v1.0.0

24 Apr 20:48
e1fde9c
Compare
Choose a tag to compare

1.0.0 (2024-04-24)

Features

  • add support for a Tracing hook implemented via System.Diagnostics, compatible with OpenTelemetry (d9043db)

Code Refactoring

  • remove unecessary space in TracingHook.cs (#210) (f6ad0ad)

v8.4.0

23 Apr 20:14
7fc8478
Compare
Choose a tag to compare

8.4.0 (2024-04-23)

Note: This release is an artifact of our automated release process and contains no significant changes from 8.3.0.

Features

  • add support for a Tracing hook implemented via System.Diagnostics, compatible with OpenTelemetry (d9043db)

telemetry: v0.2.1

23 Apr 23:34
aeec263
Compare
Choose a tag to compare

0.2.1 (2024-04-23)

Bug Fixes

  • telemetry activity source should use its own version (#207) (82dd679)

telemetry: v0.2.0

23 Apr 19:45
6f539a8
Compare
Choose a tag to compare

0.2.0 (2024-04-23)

Features

  • add support for a Tracing hook implemented via System.Diagnostics, compatible with OpenTelemetry (d9043db)

8.3.0

03 Apr 18:41
Compare
Choose a tag to compare

[8.3.0] - 2024-04-03

Added:

  • This release introduces a Hooks API. Hooks are collections of user-defined callbacks that are executed by the SDK at various points of interest. You can use them to augment the SDK with metrics or tracing.

Changed:

  • Dropped explicit support for .NET Core 3.1.

8.2.0

14 Mar 15:52
Compare
Choose a tag to compare

[8.2.0] - 2024-03-14

Changed:

  • Redact anonymous attributes within feature events
  • Always inline contexts for feature events

8.1.0

06 Mar 23:26
Compare
Choose a tag to compare

[8.1.0] - 2024-03-06

Added:

  • Added the ability to set wrapper information independent of HTTP configuration. This change is intended primarily for use by LaunchDarkly in the development of wrapper SDKs.

8.0.0

16 Oct 16:53
Compare
Choose a tag to compare

[8.0.0] - 2023-10-16

The latest version of this SDK supports the ability to manage migrations or modernizations, using migration flags. You might use this functionality if you are optimizing queries, upgrading to new tech stacks, migrating from one database to another, or other similar technology changes. Migration flags are part of LaunchDarkly's Early Access Program. This feature is available to all LaunchDarkly customers but may undergo additional changes before it is finalized.

For detailed information about this version, refer to the list below. For information on how to upgrade from the previous version, read the migration guide.

Added:

  • A new Migration type which provides an out-of-the-box configurable migration framework.
  • For more advanced use cases, added new MigrationVariation and TrackMigration methods on LdClient.
  • ApplicationInfo, for configuration of application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations.
  • Added IsOffline method to ILdClient. This was previously only available on the concrete LdClient implementation.

Removed:

  • Remove support for User in LdClient methods. The Context.FromUser method can be used to convert a User to a Context. In a future version it may be removed.

Changed:

  • Upgraded LaunchDarkly.EventSource to 5.1.0. This will change the minimum LaunchDarkly.Logging version to 2.0.0 for all dependencies.