3.13.0
January 11th, 2022
New Features
This release updates the SDK to use the Optimizely [Java SDK 3.10.0](https://github.com/optimizely/java-sdk/releases/tag/3.10.0) which includes the following:
* Add a set of new APIs for overriding and managing user-level flag, experiment and delivery rule decisions. These methods can be used for QA and automated testing purposes. They are an extension of the OptimizelyUserContext interface.
- setForcedDecision
- getForcedDecision
- removeForcedDecision
- removeAllForcedDecisions
- For details, refer to our documentation pages: [OptimizelyUserContext](https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyusercontext-android) and [Forced Decision methods](https://docs.developers.optimizely.com/full-stack/v4.0/docs/forced-decision-methods-android).
Bug Fixes
* Unschedule background polling worker when interval is not set. This fixes the bug that a polling worker scheduled before is not disabled when Optimizely is initialized again with polling disabled. ([#397](https://github.com/optimizely/android-sdk/pull/397)).
https://github.com/optimizely/android-sdk/releases/tag/3.13.0
Article is closed for comments.