Skip to content

Commit 06e8ef0

Browse files
Release/1.6.1 (#197)
* update for patch release 1.6.1 * update for changes to change log * don't patch user profile service start
1 parent 045f99c commit 06e8ef0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Optimizely Android X SDK Changelog
22

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+
320
## 2.0.0-beta1
421

522
March 29th, 2018

0 commit comments

Comments
 (0)