Skip to content

Releases: getyoti/yoti-python-sdk

v2.10.2

24 Mar 16:55
d995f1b
Compare
Choose a tag to compare

Removed

v2.10.1

21 Feb 12:14
9d2d1fe
Compare
Choose a tag to compare

Changed

  • Document Details Attribute to support redacted document numbers, such as an Aadhaar number.

v2.10.0

12 Dec 14:22
06f5278
Compare
Choose a tag to compare

Added

  • ExtraData - available from ActivityDetails
    • AttributeIssuanceDetails - this can be accessed from ExtraData once a share has been completed using ThirdPartyAttributeExtension

v2.9.2

02 Oct 14:15
8a3147e
Compare
Choose a tag to compare

Fixed

  • Corrected method name for longitude in the location constraint extension builder

v2.9.1

23 Sep 11:34
8d97a0f
Compare
Choose a tag to compare

Fixed

  • Incorrect endpoint in get_dynamic_share_request_url when no_params=True
  • KeyError in age verifications over/under when no age verifications were requested

v2.9.0

16 Sep 09:44
e39c365
Compare
Choose a tag to compare

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 from AcitivityDetails 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 on ActivityDetails class

v2.8.2

22 Aug 13:23
b6eec66
Compare
Choose a tag to compare

Fixed

  • Fixed parsing critical extensions to an Anchor after any non-critical extensions had been parsed

v2.8.1

21 Aug 14:24
1d73744
Compare
Choose a tag to compare

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

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)