File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Optimizely Android X SDK Changelog
2
2
3
+ ## 1.6.1
4
+ April 25, 2018
5
+
6
+ - Release 1.6.1
7
+
8
+ This is a patch release for 1.6.0 and 1.5.1 Optimizely SDKs.
9
+
10
+ ### Bug Fixes
11
+ * Fix for the following issue:
12
+ https://issuetracker.google.com/issues/63622293
13
+ Our github issue is [ here] ( https://github.com/optimizely/android-sdk/issues/194 ) .
14
+ The JobWorkService was probably destroyed but we didn't cancel the
15
+ processor. It causes an exception in dequeueWork in our JobWorkService.
16
+ We wrapped the dequeueWork with a try/catch and are also now cancelling the background task in onDestroy.
17
+
18
+ * Fix for possible error when loading logger via dagger (fall back logger provided).
19
+
3
20
## 2.0.0-beta1
4
21
5
22
March 29th, 2018
You can’t perform that action at this time.
0 commit comments