Skip to content

Releases: getyoti/yoti-python-sdk

v2.7.1

23 Apr 13:46
Compare
Choose a tag to compare

Security

v2.7.0

15 Apr 11:30
Compare
Choose a tag to compare

Added

  • document_images attribute, accessed through profile.document_images, using new Image type
  • int content type (accessed through profile.get_attribute(attribute_name))

Changed

  • SDK Version header value
  • Regenerated protobuf files, removed version folder

Removed

  • tox package (in favour of testing with Travis)

v2.6.1

19 Feb 14:39
Compare
Choose a tag to compare

Security

  • Updated packages

v2.6.0

12 Feb 14:32
Compare
Choose a tag to compare

Added

  • parent_remember_me_id to activity_details
  • Python SDK version to HTTP headers

v2.5.0

15 Nov 12:10
Compare
Choose a tag to compare

Added

  • To ActivityDetails:
    • receipt_id
    • timestamp
  • email_address getter to new profile class

Security

  • Updated cryptography package

v2.4.0

23 Aug 09:48
Compare
Choose a tag to compare

Added

  • new profile object, which includes:
    • anchors, sources & verifiers on each attribute
    • further retrieval of properties from these anchors: value, sub_type, timestamp and origin_server_certs
    • helper methods for each attribute

Changed

  • Yoti, Django to be stricter version requirements
  • Updated cryptography required version to >= 2.2.1

Deprecated

  • user_profile object on activity_details (use profile instead)

v2.3.0

19 Jun 13:23
7b3ff12
Compare
Choose a tag to compare

Added

  • structured_postal_address attribute

Changed

  • If postal_address is null, it is taken from StructuredPostalAddress.FormattedAddress (if present)

v2.2.0

29 Mar 10:55
68de001
Compare
Choose a tag to compare
  • Added IsAgeVerified helper

v2.1.0

13 Mar 09:16
496c220
Compare
Choose a tag to compare
  • Added AML check functionality

v2.0.4

13 Dec 15:23
Compare
Choose a tag to compare
  • Config file location moved