Skip to content

Commit 56917f8

Browse files
authored
chore: prepare for release 3.8.0 (#421)
1 parent 5a09786 commit 56917f8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

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

3+
## [3.8.0]
4+
February 3rd, 2021
5+
6+
### New Features
7+
8+
- Introducing a new primary interface for retrieving feature flag status, configuration and associated experiment decisions for users ([#406](https://github.com/optimizely/java-sdk/pull/406), [#415](https://github.com/optimizely/java-sdk/pull/415), [#417](https://github.com/optimizely/java-sdk/pull/417)). The new `OptimizelyUserContext` class is instantiated with `createUserContext` and exposes the following APIs to get `OptimizelyDecision`:
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+
18+
### Fixes
19+
- Close the closable response from apache httpclient ([#419](https://github.com/optimizely/java-sdk/pull/419))
20+
21+
322
## [3.8.0-beta2]
423
January 14th, 2021
524

0 commit comments

Comments
 (0)