Releases: optimizely/go-sdk
Releases · optimizely/go-sdk
Release 1.6.1
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.
Release 1.5.1
[1.5.1] - November 16th, 2020
New Features
- Add "enabled" field to decision metadata structure (#301)
Release 1.5.0
Release 1.4.0
[1.4.0] - October 2nd, 2020
New Features
-
Add MatchRegistry for custom match implementations. (#286) …
-
Added and refactored audience evaluation logs. (#280)
-
Add datafile accessor to access config as json string. (#290)
-
Support version audience evaluation following semantic versioning implementation. (#289)
-
Support number 'less than or equal to' and 'greater than or equal to'. (#289)
Bug Fix
- Fixed a spelling mistake in go.mod file. (#285)