Releases: getyoti/yoti-python-sdk
Releases · getyoti/yoti-python-sdk
v2.7.1
Security
- Updated
urllib3
package to v1.24.2 (CVE-2019-11324)
v2.7.0
Added
document_images
attribute, accessed throughprofile.document_images
, using newImage
typeint
content type (accessed throughprofile.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
v2.6.0
v2.5.0
v2.4.0
Added
- new
profile
object, which includes:- anchors, sources & verifiers on each attribute
- further retrieval of properties from these anchors:
value
,sub_type
,timestamp
andorigin_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 onactivity_details
(useprofile
instead)