This repository has been archived by the owner on May 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 7d8d074.
This reverts commit 587b777.
This reverts commit 6af73a8.
…ncy)"" This reverts commit 81c3aad.
don't signal init failure & don't fire an error unless it's unrecoverable
remove typedoc dependency
use semver 6.x
* update eslint to 6.x * use CircleCI 2.1 syntax * typo * rm unused * minor cleanup * syntax fix * add job names
# Conflicts: # .circleci/config.yml
fix some vulnerable npm dependencies and add a better way to catch them
better handling of invalid data types
# Conflicts: # package-lock.json
add TS decl for new Redis parameter
better config validation
…nfig diagnostic events, part 1: new config options and headers
# Conflicts: # package.json
use Releaser v2 config
fix overly specific test expectation that breaks in Node 17
…n jsdom is referenced for some reason
…/big-segments-naming
…om-errors explicitly enable jsdom types in TypeScript build to avoid errors when jsdom is referenced for some reason
…aming capitalize Big Segments in docs & logs
…version pin TypeScript to 4.4.x
* don't ever use for...in * add null guard
…-fix bump launchdarkly-eventsource dependency for sc-136154 fix
fix some evaluation edge cases
…riment fix allFlagsState behavior regarding experimentation
louis-launchdarkly
approved these changes
Feb 4, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[6.2.3] - 2022-02-03
Fixed:
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.secondary
in a flag rule did not work.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.