0.5.0
·
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
LaunchDarklyProvideris instantiated. Now theLDClientis managed by theLaunchDarklyProvider. If you need to access theLDClientdirectly you can use thegetClient()method of the provider. - Updated to use the
@launchdarkly/node-server-sdkversion9.0.1or higher. - Update to use
@openfeature/server-sdkversion1.6.3. The open feature SDK was renamed from@openfeature/js-sdk.