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
…se if the caller is using the callback interface
# Conflicts: # index.js
# Conflicts: # package-lock.json # package.json
…ack-util [ch15352] Fix promise/callback utility…
… include inline user
# Conflicts: # evaluate_flag.js # index.js # test/LDClient-test.js
fix behavior of config defaults when a value is null
fix allFlags method and store initialization check
send as much of a feature event as possible even if user is invalid
allow a custom updateProcessor for testing
add variation index to feature events and summary counters
update event schema version
…ns-build run two CI builds in parallel for different Node versions
# Conflicts: # package-lock.json
…pendency fix transitive dependency on buggy version of "hoek"
move dependency constraint out of devDependencies
ashanbrown
approved these changes
May 10, 2018
eli-darkly
added a commit
that referenced
this pull request
Aug 1, 2018
fix waitForInitialization to always resolve with a value
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.
[5.0.0] - 2018-05-10
Changed:
inlineUsersInEvents
. For more details, see Analytics Data Stream Reference.flush_interval
elapses or 2. you explicitly callflush()
. Previously, if the number of events exceeded the configured capacity it would also trigger a flush; now, the client will simply drop events until the next timed or explicit flush occurs. This makes the Node SDK consistent with the other SDKs, and prevents unbounded use of network resources if you are generating analytics events rapidly.Fixed:
hoek
v4.2.0, which had a security flaw; now uses 4.2.1 instead.Deprecated:
allFlags
instead ofall_flags
). The deprecated names will still work for now, but will trigger a warning message in the log.