Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 6adcdd0

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 6.3.0
1 parent a38d913 commit 6adcdd0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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 Server-Side SDK for Node.js will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [6.3.0] - 2022-02-18
6+
### Added:
7+
- `TestData`, in the new module `launchdarkly-node-server-sdk/integrations`, is a new way to inject feature flag data programmatically into the SDK for testing—either with fixed values for each flag, or with targets and/or rules that can return different values for different users. Unlike the file data source, this mechanism does not use any external resources, only the data that your test code has provided.
8+
- `launchdarkly-node-server-sdk/integrations` is the new preferred module for importing `FileDataSource` and the `FileDataSourceOptions` type.
9+
10+
### Deprecated:
11+
- The `FileDataSource` and `FileDataSourceOptions` exports from the main module are now deprecated.
12+
513
## [6.2.3] - 2022-02-04
614
### Fixed:
715
- When using `allFlagsState` to produce bootstrap data for the JavaScript SDK, the Node SDK was not returning the correct metadata for evaluations that involved an experiment. As a result, the analytics events produced by the JavaScript SDK did not correctly reflect experimentation results.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-node-server-sdk",
3-
"version": "6.2.3",
3+
"version": "6.3.0",
44
"description": "LaunchDarkly Server-Side SDK for Node.js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)