Skip to content

Commit 2def5ff

Browse files
committed
save
1 parent f6747d8 commit 2def5ff

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111

1212
- **Added support for Contextual Multi-Armed Bandit (CMAB)**: Added support for CMAB experiments(Contextaul Bandits rules) with new configuration options and cache control. To get decision from CMAB rules, `decideAsync` and related methods must be used. the sync `decide` method does not support CMABs and will just skip CMAB rules while making decision for a flag.
1313

14-
**CMAB Configuration Options**: The following new options has been added to configure the cmab cache:
14+
#### CMAB Configuration Options
15+
16+
The following new options has been added to configure the cmab cache:
1517

1618
```js
1719
import { createInstance } from '@optimizely/optimizely-sdk'
@@ -26,7 +28,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2628
});
2729
```
2830

29-
**CMAB-Related OptimizelyDecideOptions**: New decide options are available to control CMAB caching behavior:
31+
#### CMAB-Related OptimizelyDecideOptions
32+
33+
New decide options are available to control CMAB caching behavior:
3034

3135
- `OptimizelyDecideOption.IGNORE_CMAB_CACHE`: Bypass CMAB cache for fresh decisions
3236
- `OptimizelyDecideOption.RESET_CMAB_CACHE`: Clear and reset CMAB cache before making decisions

0 commit comments

Comments
 (0)