Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Releases: onfido/api-java-client

5.0.0

13 Jan 16:31
Compare
Choose a tag to compare

This release uses version 3 of our API, and some methods have been added or changed to match. See our documentation for code samples, or our quick start guides.

4.3.0

13 Nov 10:19
Compare
Choose a tag to compare
  • Adds the option to enter address information in form lineX where X=1,2,3

4.2.0

08 Aug 09:20
Compare
Choose a tag to compare
  • Updates the "generate SDK token" endpoint to add application_id

4.1.0

06 Jun 14:26
Compare
Choose a tag to compare
  • Adds webhook endpoints: edit and delete webhooks

4.0.1

25 Apr 11:18
Compare
Choose a tag to compare
  • Add note about not using JavaScript client code in application frontend

4.0.0

29 Mar 09:56
Compare
Choose a tag to compare

3.1.0

07 Mar 15:33
Compare
Choose a tag to compare

3.0.0

27 Feb 11:31
Compare
Choose a tag to compare
  • Use asynchronous instead of async as the property name on Check.
  • (Python) Support Python 3.7+

2.1.0

18 Feb 15:40
Compare
Choose a tag to compare

Add support for live videos.

2.0.0

08 Feb 10:17
Compare
Choose a tag to compare
  • Report options can now be given when creating a check.
  • Checks are now created using the Check object. CheckCreationRequest has been removed.
  • Minor improvements to the documentation.
  • (Python, JavaScript) Some minor changes to how some methods are called, see Getting Started or the documentation for more info.
  • (PHP) Onfido\Models has been renamed to Onfido\Model.
  • (Python, PHP) The configuration is now per API instance and must be passed when creating an instance of DefaultApi.
  • This library has been regenerated using the latest version of OpenAPI Generator.