Releases: getyoti/yoti-python-sdk
Releases · getyoti/yoti-python-sdk
v2.8.1
Added
- ActivityDetails.remember_me_id property
- ActivityDetails.application_profile property
- ApplicationProfile class
- Support for Dynamic QR Codes/Shares with dynamic_sharing_service module
- Document Details support
Changed
- Added Unknown as an option for the anchor type
Deprecated
- ActivityDetails.user_id marked as deprecated.
v2.7.1
Security
- Updated
urllib3package to v1.24.2 (CVE-2019-11324)
v2.7.0
Added
document_imagesattribute, accessed throughprofile.document_images, using newImagetypeintcontent type (accessed throughprofile.get_attribute(attribute_name))
Changed
- SDK Version header value
- Regenerated protobuf files, removed version folder
Removed
toxpackage (in favour of testing with Travis)
v2.6.1
v2.6.0
v2.5.0
v2.4.0
Added
- new
profileobject, which includes:- anchors, sources & verifiers on each attribute
- further retrieval of properties from these anchors:
value,sub_type,timestampandorigin_server_certs - helper methods for each attribute
Changed
Yoti,Djangoto be stricter version requirements- Updated
cryptographyrequired version to >= 2.2.1
Deprecated
user_profileobject onactivity_details(useprofileinstead)