Skip to content

Commit 92551d2

Browse files
[FSSDK-12872] Prepare for release android-sdk v5.3.0 (#537)
* Prepare for release android-sdk v5.3.0 - Bump java_core_ver from 4.4.2 to 4.5.0 - Update CHANGELOG with 5.3.0 entry (Local Holdouts, CMAB fixes) - Update README dependency version to 5.3.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * clean up --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 41d30c1 commit 92551d2

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Optimizely Android X SDK Changelog
22

3+
## 5.3.0
4+
July 8, 2026
5+
6+
### New Features
7+
8+
**Local Holdouts**: Added support for Local Holdouts, enabling holdout experiments
9+
to be scoped to specific feature flags rather than applied globally.
10+
Local Holdouts let you measure the true incremental impact of individual features
11+
by holding out a subset of users from specific rollouts while still serving them other experiences.
12+
See [Holdouts docs](https://support.optimizely.com/hc/en-us/articles/38941939408269-Global-holdouts) for more information.
13+
- Upgrade dependency to [Java SDK 4.5.0](https://github.com/optimizely/java-sdk/releases/tag/4.5.0)
14+
15+
### Fixes
16+
17+
- Use attribute id instead of key for CMAB prediction requests
18+
- Normalize decision event campaign_id, variation_id, and entity_id
19+
320
## 5.2.1
421
May 29, 2026
522

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories {
3232
}
3333
3434
dependencies {
35-
implementation 'com.optimizely.ab:android-sdk:5.2.1'
35+
implementation 'com.optimizely.ab:android-sdk:5.3.0'
3636
}
3737
```
3838

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ext {
9797
build_tools_version = "35.0.0"
9898
min_sdk_version = 21
9999
target_sdk_version = 35
100-
java_core_ver = "4.4.2"
100+
java_core_ver = "4.5.0"
101101
android_logger_ver = "1.3.6"
102102
jacksonversion= "2.11.2"
103103
annotations_ver = "1.2.0"

0 commit comments

Comments
 (0)