Skip to content

Releases: getyoti/yoti-python-sdk

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

v2.0.3

15 Nov 17:02
c83a1fd
Compare
Choose a tag to compare
  • Removed tests from package output

v2.0.2

17 Oct 13:28
Compare
Choose a tag to compare
  • Changed license to MIT