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

prepare 6.4.1 release - #245

Closed
LaunchDarklyReleaseBot wants to merge 559 commits into
masterfrom
release-6.4.1
Closed

prepare 6.4.1 release#245
LaunchDarklyReleaseBot wants to merge 559 commits into
masterfrom
release-6.4.1

Conversation

@LaunchDarklyReleaseBot

Copy link
Copy Markdown
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-darklyand 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 deleted the release-6.4.1 branch March 28, 2022 17:14
Sign up for freeto 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.

9 participants

@LaunchDarklyReleaseBot@eli-darkly@LaunchDarklyCI@bwoskow-ld@FauxFaux@robertjneal@belevy@charukiewicz@kinyoklion