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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Optimizely Android X SDK Changelog
2
2
3
+
# Release 3.9.0
4
+
Febuary 9th 2021
5
+
6
+
- upgrade the androidx and get all tests passing [#356](https://github.com/optimizely/android-sdk/pull/356)
7
+
- add a new set of decide apis [#352](https://github.com/optimizely/android-sdk/pull/352)
8
+
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
+
Also related to java sdk release [here]https://github.com/optimizely/java-sdk/releases/tag/3.8.0).
17
+
- For details, refer to our documentation page: [https://docs.developers.optimizely.com/full-stack/v4.0/docs/android-sdk](https://docs.developers.optimizely.com/full-stack/v4.0/docs/android-sdk).
18
+
19
+
- remove erroneous error if project id and sdk key are null. [#358](https://github.com/optimizely/android-sdk/pull/358)
0 commit comments