Release 3.9.0
3.9.0
January 10th, 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 (#233, #236, #237, #238)
- setForcedDecision
- getForcedDecision
- removeForcedDecision
- removeAllForcedDecisions
- For details, refer to our documentation pages: OptimizelyUserContext and Forced Decision methods.
Enhancements
- Updated SDK to support latest versions of PHP and Laravel by removing major version restrictions for
monolog/monolog
andguzzlehttp/guzzle
(#235).