Skip to content

Release 3.9.0

Compare
Choose a tag to compare
@thomaszurkan-optimizely thomaszurkan-optimizely released this 10 Feb 16:30
· 89 commits to master since this release
760fdaa

3.9.0

February 9th, 2021

  • Upgrade the androidx and get all tests passing #356

  • Add a new set of decide apis #352
    The new OptimizelyUserContext class is instantiated with createUserContext and exposes the following APIs to get OptimizelyDecision:

    • setAttribute
    • decide
    • decideAll
    • decideForKeys
    • trackEvent

Also related to java sdk release here.

  • Remove erroneous error if project id and sdk key are null. #358