Skip to content

Commit 2f7be53

Browse files
committed
[FSSDK-12546] release android v5.2.0
1 parent 5f8b3ec commit 2f7be53

2 files changed

Lines changed: 18 additions & 1 deletion

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.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+
- Fix old test issues with mockito versions ([#527](https://github.com/optimizely/android-sdk/pull/527))
15+
- Add Feature Rollout support ([#524](https://github.com/optimizely/android-sdk/pull/524))
16+
- Remove source clear cron workflow ([#523](https://github.com/optimizely/android-sdk/pull/523))
17+
- Update cmab error handling ([#522](https://github.com/optimizely/android-sdk/pull/522))
18+
- Option to run local java-sdk lib ([#521](https://github.com/optimizely/android-sdk/pull/521))
19+
320
## 5.1.1
421
January 20th, 2025
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.1.0'
35+
implementation 'com.optimizely.ab:android-sdk:5.2.0'
3636
}
3737
```
3838

0 commit comments

Comments
 (0)