Skip to content

Commit

Permalink
fix: Bump launchdarklyJavaSdkInternal to 1.3.0 (#257)
Browse files Browse the repository at this point in the history
feat: Redact anonymous attributes within feature events
feat: Always inline contexts for feature events
  • Loading branch information
keelerm84 committed Mar 14, 2024
1 parent 88f7f41 commit 2a88ef6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ public class TestService extends NanoHTTPD {
"singleton",
"strongly-typed",
"tags",
"auto-env-attributes"
"auto-env-attributes",
"inline-context",
"anonymous-redaction"
};
private static final String MIME_JSON = "application/json";
static final Gson gson = new GsonBuilder()
Expand Down
2 changes: 1 addition & 1 deletion launchdarkly-android-client-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ext.versions = [
"jacksonDatabind": "2.10.5.1",
"junit": "4.13",
"launchdarklyJavaSdkCommon": "2.1.1",
"launchdarklyJavaSdkInternal": "1.2.1",
"launchdarklyJavaSdkInternal": "1.3.0",
"launchdarklyLogging": "1.1.1",
"okhttp": "4.9.2",
"timber": "5.0.1",
Expand Down

0 comments on commit 2a88ef6

Please sign in to comment.