Skip to content

Commit 4404180

Browse files
authored
chore: prepare for release 3.10.0 (#458)
## Summary - prepare for release 3.10.0
1 parent 7298cf5 commit 4404180

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Optimizely Java X SDK Changelog
22

3+
## 3.10.0
4+
January 10th, 2022
5+
6+
### New Features
7+
* Add a set of new APIs for overriding and managing user-level flag, experiment and delivery rule decisions. These methods can be used for QA and automated testing purposes. They are an extension of the OptimizelyUserContext interface ([#451](https://github.com/optimizely/java-sdk/pull/451), [#454](https://github.com/optimizely/java-sdk/pull/454), [#455](https://github.com/optimizely/java-sdk/pull/455), [#457](https://github.com/optimizely/java-sdk/pull/457))
8+
- setForcedDecision
9+
- getForcedDecision
10+
- removeForcedDecision
11+
- removeAllForcedDecisions
12+
13+
- For details, refer to our documentation pages: [OptimizelyUserContext](https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyusercontext-java) and [Forced Decision methods](https://docs.developers.optimizely.com/full-stack/v4.0/docs/forced-decision-methods-java).
14+
315
## [3.9.0]
416
September 16th, 2021
517

0 commit comments

Comments
 (0)