Open greenkeeper[bot] opened 6 years ago
After pinning to 5.4.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
dependency
ldclient-node was updated from 5.5.0
to 5.6.0
.Your tests are still failing with this version. Compare changes
caching_store_wrapper.js
.tunnel
package from NPM, rather than a Git reference to a fork.dependency
ldclient-node was updated from 5.6.0
to 5.6.1
.Your tests are still failing with this version. Compare changes
close()
on a client that was using a Redis feature store without in-memory caching.dependency
ldclient-node was updated from 5.6.1
to 5.6.2
.Your tests are still failing with this version. Compare changes
config.featureStore
unset) was causing all of the clients to share the same feature store instance. This has been fixed so they will now each get their own in-memory store. (Thanks, seanparmelee!)The new version differs by 4 commits.
891752e
Update Changelog for release of version 5.6.2
0e734d9
Merge pull request #130 from seanparmelee/separate-feature-store
6bc2fc4
ensure the default config does not share the featureStore
ab776b1
Preparing for release of version 5.6.1
See the full diff
dependency
ldclient-node was updated from 5.6.2
to 5.7.0
.Your tests are still failing with this version. Compare changes
FileDataSource
in the TypeScript API documentation, and "Reading flags from a file".dependency
ldclient-node was updated from 5.7.0
to 5.7.1
.Your tests are still failing with this version. Compare changes
Changes are only in test code used by other libraries. There is no need to upgrade to this release.
dependency
ldclient-node was updated from 5.7.1
to 5.7.2
.Your tests are still failing with this version. Compare changes
identify()
or track()
with no user object, or with a user that has no key, will now cause the SDK to log a warning (as the other SDKs do). The SDK no longer sends an analytics event in this case, since LaunchDarkly would discard the event as invalid anyway. Also, previously, calling identify()
with no user object would throw an exception.FileDataSource
, in auto-update mode, could sometimes reload files more than once when they were only modified once (due to a known issue with Node's fs.watch
). This should no longer happen. (#138)npm audit
. These were all for test-only dependencies, so would not affect production code.privateAttributeNames
, was not usable from TypeScript because it was omitted from the TypeScript declarations.type
now use interface
instead, except for LDFlagValue
which is a type alias. This should not affect regular usage of the SDK in TypeScript, but it is easier to extend an interface
than a type
if desired.dependency
ldclient-node was updated from 5.7.2
to 5.7.3
.Your tests are still failing with this version. Compare changes
capacity
(maximum number of events that can be stored at once) is now 10000, consistent with the other SDKs, rather than 1000.var
keyword could cause an error in strict mode when evaluating a flag with rollouts. (Thanks, phillipb!)secondary
was not included in the TypeScript declarations and therefore could not be used from TypeScript code.dependency
ldclient-node was updated from 5.7.3
to 5.7.4
.Your tests are still failing with this version. Compare changes
track
or identify
is called without a user, the SDK now logs a warning, and does not send an analytics event to LaunchDarkly (since it would not be processed without a user).dependency
ldclient-node was updated from 5.7.4
to 5.8.0
.Your tests are still failing with this version. Compare changes
The dependency ldclient-node was updated from
5.4.2
to5.5.0
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
ldclient-node is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/zotoio/github-task-manager/builds/438836186?utm_source=github_status&utm_medium=notification)).Release Notes for 5.5.0
[5.5.0] - 2018-10-08
Added:
allFlagsState
method now accepts a new option,detailsOnlyForTrackedFlags
, which reduces the size of the JSON representation of the flag state by omitting some metadata. Specifically, it omits any data that is normally used for generating detailed evaluation events if a flag does not have event tracking or debugging turned on.Fixed:
allFlagsState
is now slightly smaller even if you do not use the new option described above, because it completely omits the flag property for event tracking unless that property is true.Commits
The new version differs by 3 commits.
6a47a4a
Update Changelog for release of version 5.5.0
d273e60
prepare 5.5.0 release (#124)
a4dc34f
Fix uncaught 'variationErr is not defined' exception (#123)
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: