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
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Optimizely Android X SDK Changelog
2
2
3
+
## 3.2.0
4
+
August 21st 2019
5
+
6
+
This minor release updates the SDK to use the Optimizely Java SDK 3.2.1 which includes the following:
7
+
8
+
### New Features:
9
+
* The default datafile manager now supports the Java SDK [#ProjectConfigManager](https://github.com/optimizely/java-sdk/blob/master/core-api/src/main/java/com/optimizely/ab/config/ProjectConfigManager.java)
10
+
* The default datafile manager with polling enabled will pickup new ProjectConfigs without needing to re-initialize.
11
+
* You can register for Datafile change notifications.
12
+
13
+
### Bug Fixes:
14
+
* Potential bug fix for ANRs where a service is started but there is a bad network connection. [#PR295](https://github.com/optimizely/android-sdk/pull/295)
15
+
16
+
### Deprecated
17
+
* DatafileHandler interface has been deprecated. In the future we will start using the ProjectConfigManager from the Java SDK mentioned above.
0 commit comments