v3.5.0
What's Changed
We've added bandit capabilities for use by upstream SDKs:
- The configuration requestor will also fetch and store bandit parameters if any bandits are at play
getBanditAction()
can be used to request an assignedvariation
andaction
tuple from a flag that involves a bandit. If the bandit is the assigned variation,action
will have the bandit-selected action (otherwise, it will benull
).
Full Changelog: v3.4.0...v3.5.0