Skip to content

1.6.1 Release

Compare
Choose a tag to compare
@thomaszurkan-optimizely thomaszurkan-optimizely released this 25 Apr 20:25
27c70b3

1.6.1

April 25, 2018

  • Release 1.6.1

This is a patch release for 1.6.0 and 1.5.1 Optimizely SDKs.

Bug Fixes

  • Fix for the following issue:
    https://issuetracker.google.com/issues/63622293
    Our github issue is here.
    The JobWorkService was probably destroyed but we didn't cancel the
    processor. It causes an exception in dequeueWork in our JobWorkService.
    We wrapped the dequeueWork with a try/catch and are also now cancelling the background task in onDestroy.

  • Fix for possible error when loading logger via dagger (fall back logger provided).