Skip to content

Commit bb99641

Browse files
authored
[AI-FSSDK] prepare for release android-sdk v5.2.0 (#528)
1 parent 5f8b3ec commit bb99641

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
11
# Optimizely Android X SDK Changelog
22

3+
## 5.2.0
4+
May 8, 2026
5+
6+
### New Features
7+
8+
**Feature Rollout**: Added support for Feature Rollouts, a new experiment type
9+
combining Targeted Delivery simplicity with A/B test measurement capabilities.
10+
Feature Rollouts enable progressive rollouts with full impact analytics, metric tracking,
11+
and confidence intervals.
12+
See [Feature Rollout docs](https://support.optimizely.com/hc/en-us/articles/45552846481037-Run-Feature-Rollouts-in-Feature-Experimentation) for more information.
13+
14+
- Upgrade dependency to [Java SDK 4.4.0](https://github.com/optimizely/java-sdk/releases/tag/4.4.0)
15+
16+
### Fixes and Improvements
17+
18+
- Update cmab error handling ([#522](https://github.com/optimizely/android-sdk/pull/522))
19+
20+
321
## 5.1.1
422
January 20th, 2025
523

6-
### Enhancements and fixes
24+
### Fixes and Improvements
725
* Upgrade Java Core SDK to 4.3.1 from 4.3.0.
826
* Excludes CMAB from UserProfileService.
927
* Fixes missing bucketing reasons in CMAB decision path.

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.1.0'
35+
implementation 'com.optimizely.ab:android-sdk:5.2.0'
3636
}
3737
```
3838

0 commit comments

Comments
 (0)