Skip to content

v7.0.0

Compare
Choose a tag to compare
@LaunchDarklyReleaseBot 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 and TrackMigrationOp methods on LDClient.

Changed:

  • LDClientEvaluations interface now has a MigrationVariation method.
  • LDClientEvents interface now has TrackMigrationOp method.