Skip to content

Commit e90ad1d

Browse files
authored
chore: prepare for release v5.1.0 (#518)
1 parent d85c839 commit e90ad1d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## 5.1.0
4+
December 19th, 2025
5+
6+
### New Features
7+
8+
This release introduces new primary features: [Contextual Multi-Armed Bandit (CMAB)](https://docs.developers.optimizely.com/feature-experimentation/docs/run-contextual-multi-armed-bandits) and [Holdouts](https://docs.developers.optimizely.com/feature-experimentation/docs/global-holdouts).
9+
10+
**Contextual Multi-Armed Bandit (CMAB)**
11+
- Add support for CMAB experiments with new configuration options and cache control (#514).
12+
- Add new `decideAsync` methods to support asynchronous CMAB decision (#514).
13+
- For configuration details, see the [CMAB configuration documentation](https://docs.developers.optimizely.com/feature-experimentation/docs/configure-the-cmab-cache-for-the-android-sdk).
14+
15+
**Holdouts**
16+
- Add Holdouts Feature Experimentation feature (#516).
17+
18+
### Other Changes
19+
20+
- Upgrade targetSDK to 35
21+
322
## 5.0.1
423
May 30th, 2025
524

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

0 commit comments

Comments
 (0)