Skip to content

v3.5.0

Compare
Choose a tag to compare
@aarsilv aarsilv released this 03 Jul 19:05
· 124 commits to main since this release
3aef357

What's Changed

  • Add support for contextual multi-armed bandits by @aarsilv in #112

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 assigned variation and action 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 be null).

Full Changelog: v3.4.0...v3.5.0