Skip to content

Commit 0c0235e

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 0.5.0
1 parent 53cb736 commit 0c0235e

File tree

3 files changed

+134
-55
lines changed

3 files changed

+134
-55
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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](http://semver.org).
44

5+
## [0.5.0] - 2023-10-30
6+
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.
7+
8+
### Changed:
9+
- 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.
10+
- Updated to use the `@launchdarkly/node-server-sdk` version `9.0.1` or higher.
11+
- Update to use `@openfeature/server-sdk` version `1.6.3`. The open feature SDK was renamed from `@openfeature/js-sdk`.
12+
513
## [0.4.0] - 2023-07-26
614
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.
715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/openfeature-node-server",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "LaunchDarkly OpenFeature provider for node.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)