Skip to content

Releases: getyoti/yoti-go-sdk

v2.4.0

01 Apr 08:35
Compare
Choose a tag to compare

Changed

  • The SDK is now using the Modules system. You should update the references to the Yoti SDK from github.com/getyoti/yoti-go-sdk to github.com/getyoti/yoti-go-sdk/v2. This will ensure that when v3.0.0 is released, you won't automatically fetch the new version, which will have breaking changes.

Added

  • ParentRememberMeID(), added to ActivityDetails
  • DocumentImages() attribute, added to UserProfile

v2.3.1

28 Feb 12:34
Compare
Choose a tag to compare

Fixed

  • Bug when taking formatted address from Structured Postal Address

v2.3.0

12 Dec 12:41
Compare
Choose a tag to compare

Added

  • New profile (available on ActivityDetails), which has:
    • RememberMeID (use this instead of the deprecated Profile.ID)
    • New attribute types, which each return the respective appropriate types when .Value() is called on them,
      • Anchors(), Sources() & Verifiers() methods on these attributes,
        • Type(), SignedTimestamp(), SubType & Value() methods on these anchors
    • GetAttribute (by name) function

Deprecated

  • Whole profile struct returned by GetUserProfile (use ActivityDetails.UserProfile instead)
  • yoti.Image, use attribute.Image instead
  • YotiAttributeValue - not needed with new attribute structure

v2.2.0

03 Aug 10:19
Compare
Choose a tag to compare

Added

  • Structured Postal Address attribute
  • Functionality to take formatted address from structured postal address if address is missing

Changed

  • token to be referred to as one time use token

v2.1.0

09 Apr 12:26
54ee6dc
Compare
Choose a tag to compare

Added

  • IsAgeVerified helper

v2.0.0

26 Mar 08:49
71d07bd
Compare
Choose a tag to compare

Added

  • AML check functionality

Changed

  • Tidied up code

v1.0.1

17 Oct 14:04
Compare
Choose a tag to compare

Changed

  • license to MIT

v1.0.0

16 Oct 11:29
Compare
Choose a tag to compare

Initial Release