fix(deps): update dependency launchdarkly-node-server-sdk to v6.4.3 #56
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.
This PR contains the following updates:
6.2.3
->6.4.3
Release Notes
launchdarkly/node-server-sdk (launchdarkly-node-server-sdk)
v6.4.3
Compare Source
Fixed:
TestDataRuleBuilder
was using an incorrect field name for operators, which would prevent rules from working correctly with theTestData
feature. (Thanks, LiamMorrow!)v6.4.2
Compare Source
Changed:
application.id
andapplication.version
configuration options.v6.4.1
Compare Source
Fixed:
stream: false
), if the SDK was shut down withclose()
, a timer task could still remain active for up to 30 seconds (or whatever the polling interval was set to).v6.4.0
Compare Source
This release is functionally identical to the 6.3.1 release. It exists for compliance with semantic versioning, and to correct the changelog: the new feature described below was accidentally omitted from the changelog, and the minor version number should have been incremented.
Added:
LDOptions.application
, for configuration of application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations.v6.3.1
Compare Source
Fixed:
url-parse
, which was flagged in CVE-2022-0686.v6.3.0
Compare Source
Added:
TestData
, in the new modulelaunchdarkly-node-server-sdk/integrations
, is a new way to inject feature flag data programmatically into the SDK for testing—either with fixed values for each flag, or with targets and/or rules that can return different values for different users. Unlike the file data source, this mechanism does not use any external resources, only the data that your test code has provided.launchdarkly-node-server-sdk/integrations
is the new preferred module for importingFileDataSource
and theFileDataSourceOptions
type.Deprecated:
FileDataSource
andFileDataSourceOptions
exports from the main module are now deprecated.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.