Skip to content

Commit f46dfe4

Browse files
authored
chore: prepare for 3.8.0-beta release (#413)
1 parent 08e5ae8 commit f46dfe4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

3+
## [3.8.0-beta]
4+
December 14th, 2020
5+
6+
### New Features
7+
8+
- Introducing a new primary interface for retrieving feature flag status, configuration and associated experiment decisions for users. The new `OptimizelyUserContext` class is instantiated with `createUserContext` and exposes the following APIs ([#406](https://github.com/optimizely/java-sdk/pull/406)):
9+
10+
- setAttribute
11+
- decide
12+
- decideAll
13+
- decideForKeys
14+
- trackEvent
15+
16+
- For details, refer to our documentation page: [https://docs.developers.optimizely.com/full-stack/v4.0/docs/java-sdk](https://docs.developers.optimizely.com/full-stack/v4.0/docs/java-sdk).
17+
318
## [3.7.0]
419
November 20th, 2020
520

0 commit comments

Comments
 (0)