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
LaunchDarklyProvider
is instantiated. Now theLDClient
is managed by theLaunchDarklyProvider
. If you need to access theLDClient
directly you can use thegetClient()
method of the provider. - Updated to use the
@launchdarkly/node-server-sdk
version9.0.1
or higher. - Update to use
@openfeature/server-sdk
version1.6.3
. The open feature SDK was renamed from@openfeature/js-sdk
.