Skip to content

Releases: optimizely/go-sdk

Release 1.6.1

02 Mar 22:32
61eaa2f
Compare
Choose a tag to compare

[1.6.1] - March 2, 2021

Bug Fix

  • Fix issues for decision variables and reasons (#309).

Release 1.6.0

17 Feb 01:11
3e63d62
Compare
Choose a tag to compare

[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

17 Nov 01:02
c496a50
Compare
Choose a tag to compare

[1.5.1] - November 16th, 2020

New Features

  • Add "enabled" field to decision metadata structure (#301)

Release 1.5.0

30 Oct 00:13
c816d3b
Compare
Choose a tag to compare

[1.5.0] - October 29th, 2020

New Features

  • Correct logic for rollout service (#296)
  • Add support for sending flag decisions along with decision metadata (#292)

Release 1.4.0

03 Oct 00:02
abfc2b1
Compare
Choose a tag to compare

[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)

Release 1.3.0

07 Jul 18:44
ebb4026
Compare
Choose a tag to compare

[1.3.0] - July 7th, 2020

New Features

  • Add support for JSON feature variables (#250, #251, #253)
  • Add support for authenticated datafiles (#267)
  • Expose ability to customize URL for event dispatcher. (#268)

Bug Fix

  • Provide synchronization for Notification Center Cache (#273)
  • Fix unbounded memory allocation in event dispatcher (#275)

Release 1.3.0-beta3

01 Jul 13:46
98f7650
Compare
Choose a tag to compare
Release 1.3.0-beta3 Pre-release
Pre-release

[1.3.0-beta3] - June 30th, 2020

Bug Fix

  • Provide syncronization for Notification Center Cache (#273)

Release 1.3.0-beta2

18 Jun 00:22
f76e35e
Compare
Choose a tag to compare
Release 1.3.0-beta2 Pre-release
Pre-release

[1.3.0-beta2] - June 17th, 2020

New Features

  • Bring back old constructors for static manager (#271)

Release 1.3.0-beta1

16 Jun 21:45
9081efc
Compare
Choose a tag to compare
Release 1.3.0-beta1 Pre-release
Pre-release

[1.3.0-beta1] - June 16th, 2020

New Features

  • Add support for JSON feature variables (#250, #251, #253)
  • Add support for authenticated datafiles (#267)
  • Expose ability to customize URL for event dispatcher. (#268)

Release 1.2.0

21 May 16:55
Compare
Choose a tag to compare

[1.2.0] - May 21st, 2020

New Features

  • feat: support for multi-rule rollouts #247