Skip to content

node-server-sdk: v9.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Oct 21:58
d3f776c

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.

⚠ BREAKING CHANGES

  • Implement Migrations. Refactor for client SDKs. (#293)
  • A new Migration type which provides an out-of-the-box configurable migration framework.
  • For more advanced use cases, added new migrationVariation and trackMigration methods on LdClient.
  • Added typed variation method boolVariation, stringVariation, boolVariation, numVariation, and jsonVariation for type-safe usage in TypeScript.

Features

  • Implement Migrations. Refactor for client SDKs. (#293) (c66aa6e)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/js-server-sdk-common bumped from 1.2.3 to 2.0.0