Releases: launchdarkly/openfeature-node-server
Releases · launchdarkly/openfeature-node-server
openfeature-node-server: v1.1.0
openfeature-node-server: v1.0.0
openfeature-node-server: v0.6.3
openfeature-node-server: v0.6.2
openfeature-node-server: v0.6.1
openfeature-node-server: v0.6.0
0.5.1
[0.5.1] - 2023-11-01
Changed:
- Changed the reported wrapper name. This has no impact on functionality.
0.5.0
[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
.
0.4.0
[0.4.0] - 2023-07-26
This version contains a breaking change. If you upgrade to this version, then you will also need to update to the @launchdarkly/node-server-sdk
package.
Changed:
- Updated to use the
@launchdarkly/node-server-sdk
.
0.3.0
[0.3.0] - 2023-03-14
Fixed:
- Include typescript type declarations in release package.