This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
Releases: launchdarkly/dotnet-server-sdk
Releases · launchdarkly/dotnet-server-sdk
v8.5.1
v8.5.0
telemetry: v1.0.0
v8.4.0
telemetry: v0.2.1
telemetry: v0.2.0
8.3.0
[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
[8.2.0] - 2024-03-14
Changed:
- Redact anonymous attributes within feature events
- Always inline contexts for feature events
8.1.0
[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
[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
andTrackMigration
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 toILdClient
. This was previously only available on the concreteLdClient
implementation.
Removed:
- Remove support for
User
inLdClient
methods. TheContext.FromUser
method can be used to convert aUser
to aContext
. In a future version it may be removed.
Changed:
- Upgraded
LaunchDarkly.EventSource
to5.1.0
. This will change the minimumLaunchDarkly.Logging
version to2.0.0
for all dependencies.