Skip to content

0.5.0

Compare
Choose a tag to compare
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot released this 30 Oct 20:34
· 22 commits to main since this release

[0.5.0] - 2023-10-30

This version contains a breaking change. If you upgrade to this version, then you will also need to update the @launchdarkly/node-server-sdk, and @openfeature/server-sdk packages. Additionally code changes will be required because of the new method of constructing the provider. Refer to the README for an updated code sample.

Changed:

  • Changed the way that the LaunchDarklyProvider is instantiated. Now the LDClient is managed by the LaunchDarklyProvider. If you need to access the LDClient directly you can use the getClient() method of the provider.
  • Updated to use the @launchdarkly/node-server-sdk version 9.0.1 or higher.
  • Update to use @openfeature/server-sdk version 1.6.3. The open feature SDK was renamed from @openfeature/js-sdk.