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

Commit 1268551

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 6.2.3
1 parent a289baa commit 1268551

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.2.3] - 2022-02-04
6+
### Fixed:
7+
- 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.
8+
- Referencing the user attribute `secondary` in a flag rule did not work.
9+
- When using semantic version comparison operators, if one of the values was not a string, instead of correctly causing only that comparison to fail, it made the whole flag evaluation fail.
10+
- The `allFlagsState` method was not logging any warning if it was called when the client was in an uninitialized state. It now logs a warning, consistent with the other SDKs.
11+
512
## [6.2.2] - 2022-01-04
613
### Fixed:
714
- Some unsupported options were accidentally being passed to `http.request` and `https.request`. This did not affect Node itself, but it could cause problems when using tools that modify HTTP behavior with an interceptor, as discussed [here](https://github.com/mswjs/interceptors/issues/188).

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.2",
3+
"version": "6.2.3",
44
"description": "LaunchDarkly Server-Side SDK for Node.js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)