Skip to content

Releases: launchdarkly/openfeature-node-server

openfeature-node-server: v1.1.0

21 Mar 17:55
6978817
Compare
Choose a tag to compare

1.1.0 (2025-03-21)

Features

  • OpenFeature Tracking Support (e636f29)
  • OpenFeature Tracking Support (#52) (0818364)
  • Update minimum node version, and update dev dependencies. (#50) (db4db4c)

openfeature-node-server: v1.0.0

07 Jun 16:55
9885edb
Compare
Choose a tag to compare

1.0.0 (2024-06-07)

⚠ BREAKING CHANGES

  • 1.0 Release (#47)

Features

openfeature-node-server: v0.6.3

04 Jun 22:05
dc5e604
Compare
Choose a tag to compare

0.6.3 (2024-06-04)

Bug Fixes

  • Revert to CommonJS until esbuild is added. (#45) (294b627)

openfeature-node-server: v0.6.2

04 Jun 18:13
0f61829
Compare
Choose a tag to compare

0.6.2 (2024-06-04)

Bug Fixes

  • Add repository to package.json for provenance. (#43) (d4b188d)

openfeature-node-server: v0.6.1

04 Jun 18:06
a6d00f3
Compare
Choose a tag to compare

0.6.1 (2024-06-04)

Bug Fixes

openfeature-node-server: v0.6.0

04 Jun 18:01
415b6a5
Compare
Choose a tag to compare

0.6.0 (2024-06-04)

Features

  • Require node 18 or greater. (05e4b2d)
  • Update to OpenFeature SDK 1.14.0. (05e4b2d)

0.5.1

01 Nov 17:01
Compare
Choose a tag to compare

[0.5.1] - 2023-11-01

Changed:

  • Changed the reported wrapper name. This has no impact on functionality.

0.5.0

30 Oct 20:34
Compare
Choose a tag to compare

[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.

0.4.0

26 Jul 15:42
Compare
Choose a tag to compare

[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

14 Mar 18:04
Compare
Choose a tag to compare

[0.3.0] - 2023-03-14

Fixed:

  • Include typescript type declarations in release package.