Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 8dfe15c

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 8.0.0
1 parent f6c3dd2 commit 8dfe15c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to the LaunchDarkly .NET Server-Side SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [8.0.0] - 2023-10-16
6+
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.
7+
8+
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](https://docs.launchdarkly.com/sdk/server-side/dotnet/migration-7-to-8).
9+
10+
### Added:
11+
- A new `Migration` type which provides an out-of-the-box configurable migration framework.
12+
- For more advanced use cases, added new `MigrationVariation` and `TrackMigration` methods on LdClient.
13+
- `ApplicationInfo`, for configuration of application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations.
14+
- Added `IsOffline` method to `ILdClient`. This was previously only available on the concrete `LdClient` implementation.
15+
16+
### Removed:
17+
- 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.
18+
19+
### Changed:
20+
- Upgraded `LaunchDarkly.EventSource` to `5.1.0`. This will change the minimum `LaunchDarkly.Logging` version to `2.0.0` for all dependencies.
21+
522
## [7.0.3] - 2023-04-21
623
### Changed:
724
- Updated `LaunchDarkly.InternalSdk` to `3.1.2`.

src/LaunchDarkly.ServerSdk/LaunchDarkly.ServerSdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>7.0.3</Version>
3+
<Version>8.0.0</Version>
44
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
55
single framework that we are testing; this allows us to test with older SDK
66
versions that would error out if they saw any newer target frameworks listed

0 commit comments

Comments
 (0)