Skip to content

Release 1.6.0

Compare
Choose a tag to compare
@Mat001 Mat001 released this 17 Feb 01:11
· 68 commits to master since this release
3e63d62

[1.6.0] - February 16th, 2021

New Features

Introducing a new primary interface for retrieving feature flag status, configuration and associated experiment decisions for users (#304, #303, #299, #298, #297). The new OptimizelyUserContext class is instantiated with CreateUserContext and exposes the following APIs to get OptimizelyDecision:

- SetAttribute
- Decide
- DecideAll
- DecideForKeys
- TrackEvent

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