Skip to content

Release 3.8.0

Compare
Choose a tag to compare
@Mat001 Mat001 released this 12 Feb 21:52
· 86 commits to master since this release
5fefd2b

[3.8.0] - February 12th, 2021

New Features

  • New Features
    Introducing a new primary interface for retrieving feature flag status, configuration and associated experiment decisions for users (#309). The new OptimizelyUserContext class is instantiated with create_user_context and exposes the following APIs to get OptimizelyDecision:

    • set_attribute
    • decide
    • decide_all
    • decide_for_keys
    • track_event

For details, refer to our documentation page: https://docs.developers.optimizely.com/full-stack/v4.0/docs/python-sdk.