Skip to content

v5.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 16:14
· 31 commits to refs/heads/main since this release
93540ad

Release notes

  • Added a new updatePropositions API to support completion callback with retrieved propositions and errors (if any).
  • Updated getPropositions API to return cached propositions immediately if there are no pending updatePropositions calls for the requested list of decision scopes.
  • Changed Offer.score data type from Integer to Double to fix a bug where offers having decimal score were being dropped.

What’s Changed