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

Conversation

@LaunchDarklyReleaseBot
Copy link
Contributor

[6.4.1] - 2022-03-28

Removed:

  • The package-lock.json file is no longer in source control. As this is a library project, the lockfile never affected application code that used the SDK, but only affected the SDK's CI build. It is preferable for the CI build to refer only to package.json so that it resolves dependencies the same way an application using the SDK would, rather than using pinned dependencies that an application would not use. This also prevents incorrect results from security scanners that, if a lockfile is present, will look only at the dependency versions in the lockfile (that is, the versions that were available at the time that that file was generated) rather than those that are currently available.

# Conflicts:
#	test/requestor-test.js
#	test/streaming-test.js
add more end-to-end tests, improve HTTP test helpers, general cleanup
…itial

diagnostic events, part 2: initial event and stats, except for stream inits
…ream

diagnostic events, part 3: capture stream connection stats
…n-fixes

minor fixes to config validation messages + add comment
eli-darkly and others added 27 commits December 10, 2021 14:52
* don't ever use for...in

* add null guard
* use TestData in our own tests

* update TS interface

* lint

* typo
…-fix

bump launchdarkly-eventsource dependency for sc-136154 fix
…riment

fix allFlagsState behavior regarding experimentation
# Conflicts:
#	test/LDClient-evaluation-test.js
Co-authored-by: Eli Bishop <eli@launchdarkly.com>
…date

update js-eventsource to 1.4.4 for security fix
@eli-darkly eli-darkly closed this Mar 28, 2022
@eli-darkly eli-darkly deleted the release-6.4.1 branch March 28, 2022 17:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants