You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Optimizely Android X SDK Changelog
2
2
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).
0 commit comments