From 2f7be53f8f822f59e8c9445450d957c7031dfe1a Mon Sep 17 00:00:00 2001 From: Jae Kim Date: Fri, 8 May 2026 13:52:16 -0700 Subject: [PATCH 1/2] [FSSDK-12546] release android v5.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa26feb..ecf3e2d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Optimizely Android X SDK Changelog +## 5.2.0 +May 8, 2026 + +### New Features + +**Feature Rollout**: Added support for Feature Rollouts, a new experiment type +combining Targeted Delivery simplicity with A/B test measurement capabilities. +Feature Rollouts enable progressive rollouts with full impact analytics, metric tracking, +and confidence intervals. +See [Feature Rollout docs](https://support.optimizely.com/hc/en-us/articles/45552846481037-Run-Feature-Rollouts-in-Feature-Experimentation) for more information. + +- Fix old test issues with mockito versions ([#527](https://github.com/optimizely/android-sdk/pull/527)) +- Add Feature Rollout support ([#524](https://github.com/optimizely/android-sdk/pull/524)) +- Remove source clear cron workflow ([#523](https://github.com/optimizely/android-sdk/pull/523)) +- Update cmab error handling ([#522](https://github.com/optimizely/android-sdk/pull/522)) +- Option to run local java-sdk lib ([#521](https://github.com/optimizely/android-sdk/pull/521)) + ## 5.1.1 January 20th, 2025 diff --git a/README.md b/README.md index 435f7e0e..78ee9b48 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ repositories { } dependencies { - implementation 'com.optimizely.ab:android-sdk:5.1.0' + implementation 'com.optimizely.ab:android-sdk:5.2.0' } ``` From 6213f65ce203490f4d6e7296a16b7080b80f5f0b Mon Sep 17 00:00:00 2001 From: Jae Kim Date: Fri, 8 May 2026 14:02:43 -0700 Subject: [PATCH 2/2] clean up --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecf3e2d0..9c424663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,16 +11,17 @@ Feature Rollouts enable progressive rollouts with full impact analytics, metric and confidence intervals. See [Feature Rollout docs](https://support.optimizely.com/hc/en-us/articles/45552846481037-Run-Feature-Rollouts-in-Feature-Experimentation) for more information. -- Fix old test issues with mockito versions ([#527](https://github.com/optimizely/android-sdk/pull/527)) -- Add Feature Rollout support ([#524](https://github.com/optimizely/android-sdk/pull/524)) -- Remove source clear cron workflow ([#523](https://github.com/optimizely/android-sdk/pull/523)) +- Upgrade dependency to [Java SDK 4.4.0](https://github.com/optimizely/java-sdk/releases/tag/4.4.0) + +### Fixes and Improvements + - Update cmab error handling ([#522](https://github.com/optimizely/android-sdk/pull/522)) -- Option to run local java-sdk lib ([#521](https://github.com/optimizely/android-sdk/pull/521)) + ## 5.1.1 January 20th, 2025 -### Enhancements and fixes +### Fixes and Improvements * Upgrade Java Core SDK to 4.3.1 from 4.3.0. * Excludes CMAB from UserProfileService. * Fixes missing bucketing reasons in CMAB decision path.