Releases: getyoti/yoti-python-sdk
Releases · getyoti/yoti-python-sdk
v2.10.2
Removed
yoti_python_sandbox
module has been moved to a new library, see https://github.com/getyoti/yoti-python-sdk-sandbox for information.
v2.10.1
Changed
- Document Details Attribute to support redacted document numbers, such as an Aadhaar number.
v2.10.0
v2.9.2
v2.9.1
v2.9.0
Added
- Helper classes have been added to support creating and executing signed requests to all Yoti services under
yoti_python_sdk.http
- The
Profile
class returned fromAcitivityDetails
has new methods available for retrieving requested age verifications. SourceConstraintBuilder
Changed
Client
has been updated to use the new signed request builder internally
Deprecated
try_parse_age_verified_field
method onActivityDetails
class
v2.8.2
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
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)