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
+26-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
# Optimizely Android X SDK Changelog
2
2
3
+
## 3.11.0
4
+
September 16th, 2021
5
+
6
+
This release updates the SDK to use the Optimizely Java SDK 3.9.0 which includes the following:
7
+
8
+
### New Features:
9
+
10
+
* Add new public properties to `OptimizelyConfig`. ([#379](https://github.com/optimizely/android-sdk/pull/379))
11
+
- sdkKey
12
+
- environmentKey
13
+
- attributes
14
+
- audiences
15
+
- events
16
+
- experimentRules and deliveryRules to `OptimizelyFeature`
17
+
- audiences to `OptimizelyExperiment`
18
+
* For details, refer to our documentation page: [https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyconfig-android](https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyconfig-android).
19
+
20
+
### Deprecated
21
+
22
+
*`OptimizelyFeature.experimentsMap` of `OptimizelyConfig` is deprecated as of this release. Please use `OptimizelyFeature.experimentRules` and `OptimizelyFeature.deliveryRules`. ([#379](https://github.com/optimizely/android-sdk/pull/379))
23
+
24
+
### Bug Fixes
25
+
* Fix proguard rules for GSON to one recommended by the GSON repo. ([#383](https://github.com/optimizely/android-sdk/pull/383))
26
+
27
+
3
28
## 3.10.2
4
29
June 2nd, 2021
5
30
@@ -40,7 +65,7 @@ The new `OptimizelyUserContext` class is instantiated with `createUserContext` a
40
65
- decideForKeys
41
66
- trackEvent
42
67
43
-
Also related to java sdk release [here]https://github.com/optimizely/java-sdk/releases/tag/3.8.0).
68
+
-Also related to java sdk release [3.8.0](https://github.com/optimizely/java-sdk/releases/tag/3.8.0).
44
69
- 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).
45
70
46
71
- Remove erroneous error if project id and sdk key are null. [#358](https://github.com/optimizely/android-sdk/pull/358)
0 commit comments