Skip to content

Releases: getyoti/yoti-node-sdk

v3.17.0

14 Jul 15:34
3bba7f0
Compare
Choose a tag to compare

Added

Doc Scan

  • Support for Watchlist Screening check

v3.16.0

30 Jun 16:19
5ec2f7e
Compare
Choose a tag to compare

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

28 Jan 15:19
b534500
Compare
Choose a tag to compare

Added

Doc Scan

  • Support for Third party identity check
  • Updated Examples to include Third party identity check

Screenshot 2021-01-08 at 14 38 10

Miscellaneous

  • Update dependencies (uuid patch 8.3.1 -> 8.3.2)
  • Migrate to GitHub actions

v3.14.0

08 Jan 11:09
03babf5
Compare
Choose a tag to compare

Added

Doc Scan

  • Support for privacy policy url

v3.13.1

05 Nov 10:17
ddd9410
Compare
Choose a tag to compare

Fixed

  • 204 media responses now return Media with no content

v3.13.0

27 Oct 15:25
b55a6bb
Compare
Choose a tag to compare

Added

Doc Scan

  • Support for supplementary documents
  • Support for document page frames

v3.12.0

05 Oct 09:46
c495105
Compare
Choose a tag to compare

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

09 Jul 13:11
d52f8d5
Compare
Choose a tag to compare

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

02 Jun 08:36
4a64828
Compare
Choose a tag to compare

Changed

  • Changed SuperAgent version to v4 for compatibility with Node >= 6

v3.10.1

01 Jun 14:30
4e15b13
Compare
Choose a tag to compare

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