v7.0.0
LaunchDarklyReleaseBot
released this
11 Oct 20:39
·
83 commits
to v7
since this release
[7.0.0] - 2023-10-11
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.
Added:
- New
Migrator
type which provides an out-of-the-box configurable migration framework. - For more advanced use cases, added new
MigrationVariation
andTrackMigrationOp
methods onLDClient
.
Changed:
LDClientEvaluations
interface now has aMigrationVariation
method.LDClientEvents
interface now hasTrackMigrationOp
method.