Release 1.6.0
[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.