Skip to content

v2.1.0

Compare
Choose a tag to compare
@bucky-boy bucky-boy released this 15 Oct 17:36
· 569 commits to master since this release

Changed

We plan to replace the Attribute postal_address with an Attribute structured_postal_address.
In an effort to avoid breaking existing integrations, if the postal_address is missing the SDK will now check for the structured_postal_address and substitute it in.

Added

  • All Image objects can now provide a base64 string

Deprecated

  • ActivityDetails.getUserId() - please use ActivityDetails.getRememberMeId() from now on
  • ActivityDetails.getBase64Selfie() - you can now get a base64 version of the selfie from the selfie attribute (of type Attribute)