Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare 5.0.3 release #232

Merged
merged 45 commits into from
Feb 2, 2024
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
1aa5822
Updates daily flag count
ember-stevens Jun 8, 2023
eb7d510
Removes check out
ember-stevens Jun 8, 2023
6692363
[sc-205159] Update README with current number of flags served (#297)
ember-stevens Jun 8, 2023
07d822a
Contexts autopopulated with application and device information withou…
tanderson-ld Jun 14, 2023
1441a1f
Added prioritizing sourcing of automatic env attributes and unit tests.
tanderson-ld Jun 21, 2023
b62f48e
Turning off automatic env attributes by default. Misc TODOs.
tanderson-ld Jun 21, 2023
cc44ac1
Adding some comments and updating signature of AnonymousKeyContextMod…
tanderson-ld Jun 21, 2023
7fa4f9d
Addressing remaining TODOs for auto attributes and updating some tests.
tanderson-ld Jun 23, 2023
0136dda
Adding generated sources to Javadoc scope
tanderson-ld Jun 26, 2023
f358aeb
feat: core implementation of auto environment attributes (#298)
tanderson-ld Jun 26, 2023
af85026
Add file CODEOWNERS
ld-repository-standards[bot] Jun 26, 2023
a277bc6
Add file CODEOWNERS (#299)
kparkinson-ld Jun 26, 2023
dad79ce
WIP
tanderson-ld Jul 5, 2023
3874ef3
Removing TODO and adjusting logic related to environment builder.
tanderson-ld Jul 24, 2023
1e59f81
Fixing incorrect default for includeEnvironmentAttributes
tanderson-ld Jul 24, 2023
5026a89
Resolving unit testing issue.
tanderson-ld Jul 24, 2023
4646768
Ta/sc 204374/auto env opt in (#300)
tanderson-ld Jul 24, 2023
80cd412
Added name to the OS object in ld_device recipe.
tanderson-ld Jul 26, 2023
dff5018
Added name to the OS object in ld_device recipe. (#301)
tanderson-ld Jul 27, 2023
add8304
Adding deterministic ld_application key generation to recipe and also…
tanderson-ld Jul 27, 2023
b1d8c79
Adding deterministic ld_application key generation to recipe and also…
tanderson-ld Jul 28, 2023
1198f9f
Added autoEnvAttributes required parameter to LDConfig. Adjusted rel…
tanderson-ld Jul 31, 2023
ff596c2
Adding LDClientEvent tests for AutoEnvAttributes Enabled/Disabled.
tanderson-ld Jul 31, 2023
5ce1735
Added autoEnvAttributes required parameter to LDConfig. Adjusted rel…
tanderson-ld Aug 1, 2023
ede22d8
Deprecating LDUser and related functionality.
tanderson-ld Aug 3, 2023
d2478c7
Feature/auto attributes (#305)
tanderson-ld Aug 3, 2023
e9378f6
Updating java-sdk-common to use version with LDUser deprecation
tanderson-ld Aug 3, 2023
74bb9cb
Deprecating LDUser and related functionality. (#304)
tanderson-ld Aug 3, 2023
0c78ca7
merge from public after release
Aug 3, 2023
f4c4661
Merge remote-tracking branch 'origin/main' into 5.x-next-main
tanderson-ld Aug 3, 2023
4742f96
Removing previously deprecated LDUser and related functionality.
tanderson-ld Aug 3, 2023
dcca763
Updating env attributes spec version to 1.0 for production release.
tanderson-ld Aug 3, 2023
9f46680
Removing previously deprecated LDUser and related functionality. (#306)
tanderson-ld Aug 3, 2023
b162aa3
Updating env attributes spec version to 1.0 for production release. (…
tanderson-ld Aug 3, 2023
081d283
5.x (#308)
tanderson-ld Aug 3, 2023
a76ed9b
merge from public after release
Aug 3, 2023
9b1d1ad
fix: updating sanitization, validation, and fallback logic of Auto En…
tanderson-ld Aug 24, 2023
3071d45
fix: shortening logger tag name
tanderson-ld Aug 24, 2023
5f2bbf9
Update launchdarkly-android-client-sdk/src/test/java/com/launchdarkly…
tanderson-ld Aug 24, 2023
68b1b70
feat:logging application info validation errors
tanderson-ld Aug 25, 2023
9e2c786
fix: updating sanitization, validation, and fallback logic of Auto En…
tanderson-ld Aug 25, 2023
54474f5
merge from public after release
Aug 25, 2023
58d73ee
fix: Change the ld_application id generation logic (#310)
louis-launchdarkly Sep 19, 2023
099e64c
merge from public after release
Sep 19, 2023
942e0f5
fix: synchronize ConnectivityManager.updateDataSource to prevent race…
tanderson-ld Feb 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ void setEvaluationContext(@NonNull LDContext newContext, @NonNull Callback<Void>
}
}

private boolean updateDataSource(
private synchronized boolean updateDataSource(
boolean mustReinitializeDataSource,
@NonNull Callback<Void> onCompletion
) {
Expand Down