Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Releases: hvssle/onfido

v0.15.0

05 Feb 09:24
c275da9
Compare
Choose a tag to compare

Add check#find_by_url method

v0.14.0

28 Jan 15:19
5857f8e
Compare
Choose a tag to compare

Add support for applicant deletion and restore endpoints

v0.13.0

08 Nov 16:01
72ea8e4
Compare
Choose a tag to compare

Support for US-only regions was added, as documented in https://documentation.onfido.com/#regions

v0.12.0

29 May 11:28
35b802f
Compare
Choose a tag to compare

v0.11.0

18 Apr 15:20
Compare
Choose a tag to compare
  • Automatically detect the correct Onfido API region to use based on the provided API key (#49) (@tpinto)

v0.10.0

03 Apr 14:26
aa1599d
Compare
Choose a tag to compare

Add support for download, find and retrieve all for live_photo resource

v0.9.0

08 Mar 15:12
138d8a0
Compare
Choose a tag to compare
  • Remove the ability to create Documents and Live Photos from a remote URL or local path, mitigating a potential security vulnerability (see #45 for details) (@timrogers)
  • Drop support for Ruby versions earlier than 2.2.0, since they have reached end-of-life (@timrogers)

v0.8.4

29 Jan 09:34
Compare
Choose a tag to compare
  • Replace use of method_missing with explicitly-defined accessors when accessing resources from an Onfido::API instance (@hmac)

v0.8.3

16 Jan 10:33
f130e79
Compare
Choose a tag to compare
Merge pull request #40 from hvssle/release/0.8.3

release/0.8.3

Added pagination to applicant and check resources

22 May 09:20
Compare
Choose a tag to compare

Onfido API supports pagination for the applicant and check resource. However, currently you can only create 1 check per applicant therefore paginating on the check resource might prove impractical.