Releases: getyoti/yoti-node-sdk
Releases · getyoti/yoti-node-sdk
v3.17.0
Added
Doc Scan
- Support for Watchlist Screening check
v3.16.0
Added
Doc Scan
- Support for Notification Configuration new Auth Type (
BASIC
,BEARER
)
Miscellaneous
- Update dependencies (y18n patch 4.0.0 -> 4.0.3)
v3.15.0
v3.14.0
Added
Doc Scan
- Support for privacy policy url
v3.13.1
Fixed
204
media responses now return Media with no content
v3.13.0
Added
Doc Scan
- Support for supplementary documents
- Support for document page frames
v3.12.0
Added
Doc Scan
- Support for ID document comparison checks
- Ability to block the collection of bio-metric consent
- Allow the configuration of the
manual_check
value for requested Document Authenticity checks
v3.11.0
Added
- Doc Scan chip data support
RequestedTextExtractionTaskBuilder.withChipDataDesired()
RequestedTextExtractionTaskBuilder.withChipDataIgnore()
IdDocumentResourceResponse.getDocumentIdPhoto()
Changed
- API error message is now included in
DocScanError
message. Falls back on the message of the error it is wrapping (e.g. "Bad Request") - Updated
uuid
to^8.2.0
(was^3.3.2
)
v3.10.2
Changed
- Changed SuperAgent version to v4 for compatibility with Node
>= 6
v3.10.1
Fixed
YotiDate
now supports microseconds when parsing from RFC3339 date string with a negative UTC offset.Note: All dates are currently formatted as UTC
Z
or+00:00
so are unaffected