Skip to content

Release 1.8.0

Compare
Choose a tag to compare
@msohailhussain msohailhussain released this 13 Jan 00:17
· 46 commits to master since this release
f9c965a

[1.8.0] - January 12, 2022

New Features

  • Add a set of new APIs for overriding and managing user-level flag, experiment and delivery rule decisions. These methods can be used for QA and automated testing purposes. They are an extension of the OptimizelyUserContext interface (#324, #326, #328):

    • setForcedDecision
    • getForcedDecision
    • removeForcedDecision
    • removeAllForcedDecisions
  • For details, refer to our documentation pages: OptimizelyUserContext and Forced Decision methods.