Update dependency com.launchdarkly:launchdarkly-java-server-sdk to v7 #3413
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.1
->7.1.1
Release Notes
launchdarkly/java-server-sdk (com.launchdarkly:launchdarkly-java-server-sdk)
v7.1.1
Compare Source
Fixed:
pedroafonsodias)
v7.1.0
Compare Source
Added:
v7.0.0
Compare Source
The latest version of this SDK supports the ability to manage migrations or modernizations, using migration flags. You might use this functionality if you are optimizing queries, upgrading to new tech stacks, migrating from one database to another, or other similar technology changes. Migration flags are part of LaunchDarkly's Early Access Program. This feature is available to all LaunchDarkly customers but may undergo additional changes before it is finalized.
For detailed information about this version, refer to the list below. For information on how to upgrade from the previous version, read the migration guide.
Added:
Migration
type which provides an out-of-the-box configurable migration framework.migrationVariation
andtrackMigration
methods on LDClient.Removed:
LDUser
inLDClient
methods. TheLDContext.fromUser
method can be used to convert anLDUser
to anLDContext
. In a future version it may be removed.v6.3.0
Compare Source
[6.3.0] - 2023-10-16
Deprecated:
LDUser
type. These methods are removed in 7.0.0. Currently anLDUser
can be converted to aLDContext
usingLDContext.fromUser
. The ability to do this conversion may be removed in a future version.Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.