All notable changes to the LaunchDarkly OpenFeature provider for the Server-Side SDK for Node.js will be documented in this file. This project adheres to Semantic Versioning.
1.1.0 (2025-03-21)
- OpenFeature Tracking Support (e636f29)
- OpenFeature Tracking Support (#52) (0818364)
- Update minimum node version, and update dev dependencies. (#50) (db4db4c)
1.0.0 (2024-06-07)
- 1.0 Release (#47)
0.6.3 (2024-06-04)
0.6.2 (2024-06-04)
0.6.1 (2024-06-04)
0.6.0 (2024-06-04)
- Changed the reported wrapper name. This has no impact on functionality.
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 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
.
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.
- Updated to use the
@launchdarkly/node-server-sdk
.
- Include typescript type declarations in release package.
This version adds support for contexts. For a detailed explanation of contexts please refer to the node-server-sdk 7.0.0 release notes. The README contains a number of examples demonstrating how to use contexts.
- Upgraded to the
node-server-sdk
version7.0.1
.
- Updated to the OpenFeature
js-sdk
version1.0.0
. (Thanks, @beeme1mr!)
- Added CHANGELOG.md
- Updated to OpenFeature
js-sdk
0.5.1
.
- Added an
npmignore
file so that dist can be included in the release, and src excluded.
- Updated the scripts to include building with
prepublishOnly
.
- Updated
@openfeature/js-sdk
dependency be consistently0.5.0
.
Initial beta release of the LaunchDarkly OpenFeature provider for the Server-Side SDK for Node.js.