[7.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.
Removed:
- Remove support for
LDUser
inLDClient
methods. TheLDContext.fromUser
method can be used to convert anLDUser
to anLDContext
. In a future version it may be removed.